Scripted animation and function flow class.
ActionQueue stores and runs a series of functions/methods one after the other. You can call local functions, object methods and special movieclip control methods, such as timed "fade", "move" or "pulse" functions.
ActionQueue is handy when you need timed animation, state transitions, complex button behavior or a series of functions that need to wait for a certain condition before they are run. You can insert waiting for messages or variable conditions (see ExtendedActionQueue).
The most common use for ActionQueue is to manipulate movieclips.
svn co https://svn.sourceforge.net/svnroot/asapframework/trunk/asapframework/demos/DemoDocReferences