Actionscript TransitionManager Class
Actionscript 3 has a rather useful TransitionManager class to provide transition effects to movie clips. It provides a convenient function static TransitionManager.start() that we can use for adding effects (e.g. blinds, fly, zoom, etc). Whats missing from the documentation though is that the class that the effect is being applied on must be declared a […]