ActionQueue: 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.
The most common use for ActionQueue is to manipulate movieclips.
documentation
Topic revision: r3 - 30 Sep 2007 - 21:02:57 -
ArthurClemens?