Hi List,
I use:
import fl.transitions.*;
import fl.transitions.easing.*;
TransitionManager.start(img1_mc, {type:Wipe, direction:Transition.IN,
duration:2, easing:None.easeNone, startPoint:1});
And this worked perfectly for a year now.
All of a sudden it stopped working.
When I change to another type is works as it should:
TransitionManager.start(img1_mc, {type:Zoom, direction:Transition.IN,
duration:2, easing:None.easeNone, startPoint:1});
And ofcourse, I need the Wipe type.
Any idea/suggestion?
Regards
Cor
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders