Friday, June 1, 2012

[Action Script] TweenEvent.MOTION_FINISH for TweenLite June,2012

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

Related Post



0 comments: