PDA

View Full Version : TransitionManager.start();



nsrgreg
February 13th, 2008, 04:13 PM
So can someone help me out with a transition?

I am simpy rotating a movie clip. This works fine.
When the rotation is finished, it resets back to its original position. Argg!
I can't find any information on how to capture the motion finish, or how to just make it stay in place after the rotation.
Here is the line of code, which works, but resets back to original position :

ActionScript Code:

TransitionManager.start(mc_name, {type:Rotate, direction:Transition.OUT, duration:3, easing:Strong.easeInOut, ccw:false, degrees:45});



Any ideas?

cata179
December 5th, 2009, 04:30 PM
I HAVE THE SAME PROBLEM , IF YOU ACTUALLY KNOW THE ANSWER PLEASE HELP ME, I SEND YOU MY CODE, BUT DONīT WORK:

myTM.startTransition({type:Rotate, direction:Transition.OUT, duration:3, easing:None.easeOut, ccw:false, degrees:280});
Tweener.addTween(mano.indicador,{rotation:10,delay :3});