lib-flex-animation-code-10-org-as3lib-kitchensync-action-IAction.ax (swf ) [ flash ] flex
An action is a type that represents any kind of happening that takes place at a certain time. @since 1.6
author: Mims Wright
duration is the length of time that the action will run. Uses * to allow use of time string parser.
delay is the time that will pass after the start() method is called before the action begins. Uses * to allow use of time string parser.
Should return true if the action is running (or paused).
Should return true if the action is paused.
Starts the timer for this action.
returns: The action that was just started for convenience.
Stops the action from running and resets the timer.
Causes the action to be paused. The action temporarily ignores update events from the Synchronizer and the onUpdate() handler will not be called. When unpause() is called, the action will continue at the point where it was paused. The pause() method affects the start time even if the delay time hasn't expired yet.
Resumes the action at the point where it was paused.
Returns an exact copy of the action.
Unregisters the action and removes any refrerences to objects that it may be holding onto.
(C) Æliens 19/08/2009
You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.