Formatting for the GreenSock TweenLite animation AS3 Class:
TweenLite.to ( mc:MovieClip, duration:Number,
{
alpha:0,
x:120,
ease:Quint.easeInOut,
delay:2,
onComplete:callbackFunction,
onCompleteParams:[ 5, mc ]
}
);
<アンダブロッブ />
Formatting for the GreenSock TweenLite animation AS3 Class:
TweenLite.to ( mc:MovieClip, duration:Number,
{
alpha:0,
x:120,
ease:Quint.easeInOut,
delay:2,
onComplete:callbackFunction,
onCompleteParams:[ 5, mc ]
}
);