Packageorg.papervision3d.events
Classpublic class AnimationEvent
InheritanceAnimationEvent Inheritance flash.events.Event

The AnimationEvent class represents events that are dispatched by the animation engine.



Public Properties
 PropertyDefined by
  ANIMATION_COMPLETE : String = "animationComplete"
[static]
AnimationEvent
  ANIMATION_ERROR : String = "animationError"
[static]
AnimationEvent
  ANIMATION_NEXT_FRAME : String = "animationNextFrame"
[static]
AnimationEvent
  currentFrame : uint
AnimationEvent
  dataObj : Object = null
AnimationEvent
  message : String = ""
AnimationEvent
  totalFrames : uint
AnimationEvent
Public Methods
 MethodDefined by
  
AnimationEvent(type:String, currentFrame:uint, totalFrames:uint, message:String = "", dataObj:Object = null, bubbles:Boolean = false, cancelable:Boolean = false)
AnimationEvent
  
clone():Event
AnimationEvent
Property detail
ANIMATION_COMPLETEproperty
public static var ANIMATION_COMPLETE:String = "animationComplete"
ANIMATION_ERRORproperty 
public static var ANIMATION_ERROR:String = "animationError"
ANIMATION_NEXT_FRAMEproperty 
public static var ANIMATION_NEXT_FRAME:String = "animationNextFrame"
currentFrameproperty 
public var currentFrame:uint
dataObjproperty 
public var dataObj:Object = null
messageproperty 
public var message:String = ""
totalFramesproperty 
public var totalFrames:uint
Constructor detail
AnimationEvent()constructor
public function AnimationEvent(type:String, currentFrame:uint, totalFrames:uint, message:String = "", dataObj:Object = null, bubbles:Boolean = false, cancelable:Boolean = false)Parameters
type:String
 
currentFrame:uint
 
totalFrames:uint
 
message:String (default = "")
 
dataObj:Object (default = null)
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Method detail
clone()method
public override function clone():Event

Returns
Event