Hi,
After I run the following code,
industriesTM.startTransition({type:Blinds, direction:Transition.OUT, duration:3, easing:None.easeIn, numStrips:25, dimension:0});
I later have this [non-working] code:
industriesTM.startTransition({type:Blinds, direction:Transition.IN, duration:3, easing:None.easeIn, numStrips:25, dimension:0});
Each of the snippets above are located in different listeners. The first snippet in an Over button listener, and the second within a Click listener.
What am I doing wrong?
Regadrs,
Ron
Ok, I separated the two lines of code, one associated to an Over state
button and the other with another button. It seems like once the display objects are faded out, there's no way to fade them back in.
Is there a way to reset things before fading in?
Regadrs,
Ron