Field Summary |
public
| addEventListener: Function |
| these three methods will be mixed-in
|
|
public
| className: String |
|
|
|
public
| dispatchEvent: Function |
|
|
|
static
| IDCount: Number |
|
|
|
public
| removeEventListener: Function |
|
|
|
public
| type: Object |
|
|
|
|
Property Summary |
| content: MovieClip (read, write) |
| ////////// GETTERS/SETTERS
|
|
| contentAppearance: Object (read-only)
|
|
|
|
| numInTransitions: Number (read-only)
|
|
|
|
| numOutTransitions: Number (read-only)
|
|
|
|
| numTransitions: Number (read-only)
|
|
|
|
| transitions: Object (read-only)
|
|
|
|
Constructor |
| TransitionManager (
content: MovieClip)
|
| /////// CONSTRUCTOR
|
|
Method Summary |
| addTransition (
trans: Transition
): Transition |
|
|
|
| findTransition (
transParams: Object
): Transition |
|
|
|
| removeAllTransitions (
): Void |
|
|
|
| removeTransition (
trans: Transition
): Boolean |
|
|
|
| restoreContentAppearance (
): Void |
|
|
|
| saveContentAppearance (
): Void |
|
|
|
static
| start (
content: MovieClip, transParams: Object
): Transition |
| //////// STATIC METHODS
|
|
| startTransition (
transParams: Object
): Transition |
| /////// PUBLIC METHODS start a transition specified by the parameters if a matching transition already exists, that transition is removed then a new transition is created and started
|
|
| toString (
): String |
|
|
|
| transitionInDone (
e: Object
): Void |
| /////// EVENT HANDLERS event from a Transition instance
|
|
| transitionOutDone (
e: Object
): Void |
| event from a Transition instance
|
|
|
|