at normal state im douing that like this
Code: myTween = new Tween ( Box , "alpha" , None.easeOut , 0.5 , 1 , 10 , false );
myTween.addEventListener (TweenEvent.MOTION_FINISH, motionEnd);
function motionEnd (event:Event) {
trace ("finished");
}is there something like this for "greensock TweenLite/TweenMax"
TweenEvent.MOTION_FINISH for TweenLite
Friday, June 1, 2012
[Action Script] TweenEvent.MOTION_FINISH for TweenLite June,2012
Posted by Bimo Hery Prabowo at 3:13 PM
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment