缓动
摘要:
/*舞台上有mc、mc1、mc2*//*import gs.TweenLite;TweenLite.to(mc, 1, {x:240, y:202,alpha:0});TweenLite.to(mc1, 1, {x:240, y:165});*/import fl.transitions.*; import fl.transitions.easing.Elastic; //var myTransitionManager:TransitionManager = new TransitionManager(mc); //myTransitionManager.startTransition(... 阅读全文