all groups > flash actionscript > december 2005 >
You're in the

flash actionscript

group:

Transition Class


Transition Class Bowersox
12/2/2005 11:07:16 PM
flash actionscript: Is it possible to stagger transitions (zoom, wipe, fly, iris, etc.); for
example, attach a movie that appears on stage with a wipe effect, and when
transition is complete, attach a second movie that appears on stage with a
transition, and so forth. The tween class has onMotionFinished. Is there a
similar approach?
Re: Transition Class DadrianKaelan
12/3/2005 12:00:00 AM
That's probably the number one reason I don't use the TransitionManager Class.
It's great for quick effects but I can't find a successful way to chain
together things into a more complex animation. Might involve writing a custom
Class or something. If nobody has an answer for your problem that's the only
solution I can think of short of just using the Tween Class.

--Mike
Re: Transition Class LuigiL
12/3/2005 10:17:19 AM
TransitionManager uses EventDispatcher:
this.dispatchEvent ({type:"allTransitionsOutDone", target:this});
That should create possibiities to capture that event in your 'next' object.
Examine the TransitionManager class.
AddThis Social Bookmark Button