Packageaway3d.events
Classpublic class AnimatorEvent
InheritanceAnimatorEvent Inheritance flash.events.Event

Dispatched to notify changes in an animator's state.



Public Properties
 PropertyDefined By
  animator : AnimatorBase
[read-only]
AnimatorEvent
Public Methods
 MethodDefined By
  
AnimatorEvent(type:String, animator:AnimatorBase)
Create a new AnimatorEvent object.
AnimatorEvent
  
clone():Event
[override] Clones the event.
AnimatorEvent
Public Constants
 ConstantDefined By
  START : String = start
[static] Defines the value of the type property of a start event object.
AnimatorEvent
  STOP : String = stop
[static] Defines the value of the type property of a stop event object.
AnimatorEvent
Property Detail
animatorproperty
animator:AnimatorBase  [read-only]


Implementation
    public function get animator():AnimatorBase
Constructor Detail
AnimatorEvent()Constructor
public function AnimatorEvent(type:String, animator:AnimatorBase)

Create a new AnimatorEvent object.

Parameters
type:String — The event type.
 
animator:AnimatorBase — The animator object that is the subject of this event.
Method Detail
clone()method
override public function clone():Event

Clones the event.

Returns
Event — An exact duplicate of the current event object.
Constant Detail
STARTConstant
public static const START:String = start

Defines the value of the type property of a start event object.

STOPConstant 
public static const STOP:String = stop

Defines the value of the type property of a stop event object.