Packagecom.yogurt3d.core.events
Classpublic class AnimationEvent
InheritanceAnimationEvent Inheritance flash.events.Event



Public Properties
 PropertyDefined By
  frame : uint
AnimationEvent
Public Methods
 MethodDefined By
  
AnimationEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
AnimationEvent
Public Constants
 ConstantDefined 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
Property Detail
frameproperty
public var frame:uint

Constructor Detail
AnimationEvent()Constructor
public function AnimationEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)

Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Constant Detail
END_OF_ANIMATIONConstant
public static const END_OF_ANIMATION:String = endOfAnimation

Type dispatched on an end of the animation swquence

END_OF_LOOPConstant 
public static const END_OF_LOOP:String = endOfLoop

Type dispatched on an end of a loop

FRAMEConstant 
public static const FRAME:String = frame

Type dispatched on a certain frame