| Package | com.yogurt3d.core.events |
| Class | public class AnimationEvent |
| Inheritance | AnimationEvent flash.events.Event |
| Property | Defined By | ||
|---|---|---|---|
| frame : uint | AnimationEvent | ||
| Method | Defined By | ||
|---|---|---|---|
AnimationEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false) | AnimationEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| END_OF_ANIMATION : String = endOfAnimation [static]
Type dispatched on an end of the animation swquence
| AnimationEvent | ||
| END_OF_LOOP : String = endOfLoop [static]
Type dispatched on an end of a loop
| AnimationEvent | ||
| FRAME : String = frame [static]
Type dispatched on a certain frame
| AnimationEvent | ||
| frame | property |
public var frame:uint| AnimationEvent | () | Constructor |
public function AnimationEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)Parameters
type:String | |
bubbles:Boolean (default = false) | |
cancelable:Boolean (default = false) |
| END_OF_ANIMATION | Constant |
public static const END_OF_ANIMATION:String = endOfAnimationType dispatched on an end of the animation swquence
| END_OF_LOOP | Constant |
public static const END_OF_LOOP:String = endOfLoopType dispatched on an end of a loop
| FRAME | Constant |
public static const FRAME:String = frameType dispatched on a certain frame