Constructor

new()

Methods

dynamiconStart(entry:TrackEntry):Void

Invoked when this entry has been set as the current entry.

dynamiconInterrupt(entry:TrackEntry):Void

Invoked when another entry has replaced this entry as the current entry. This entry may continue being applied for

 *  * mixing.

dynamiconEnd(entry:TrackEntry):Void

Invoked when this entry is no longer the current entry and will never be applied again.

dynamiconDispose(entry:TrackEntry):Void

Invoked when this entry will be disposed. This may occur without the entry ever being set as the current entry.

 *  * References to the entry should not be kept after <code>dispose</code> is called, as it may be destroyed or reused.

dynamiconComplete(entry:TrackEntry):Void

Invoked every time this entry's animation completes a loop.

dynamiconEvent(entry:TrackEntry, event:Event):Void

Invoked when this entry's animation triggers an event.

event(entry:TrackEntry, event:Event):Void