Packagecom.kapit.diagram.anim
Classpublic class TweenEngineEvent
InheritanceTweenEngineEvent Inheritance flash.events.Event



Public Properties
 PropertyDefined by
  curtime : uint
TweenEngineEvent
Public Methods
 MethodDefined by
  
TweenEngineEvent(type:String, time:uint = 0)
TweenEngineEvent
Public Constants
 ConstantDefined by
  TWEENENGINE_CANCELLED : String = "tweenenginecancelled"
[static]
TweenEngineEvent
  TWEENENGINE_PLAYING : String = "tweenengineplaying"
[static]
TweenEngineEvent
  TWEENENGINE_STARTED : String = "tweenenginestarted"
[static]
TweenEngineEvent
  TWEENENGINE_STOPPED : String = "tweenenginestopped"
[static]
TweenEngineEvent
Property detail
curtimeproperty
public var curtime:uint
Constructor detail
TweenEngineEvent()constructor
public function TweenEngineEvent(type:String, time:uint = 0)Parameters
type:String
 
time:uint (default = 0)
Constant detail
TWEENENGINE_CANCELLEDconstant
public static const TWEENENGINE_CANCELLED:String = "tweenenginecancelled"
TWEENENGINE_PLAYINGconstant 
public static const TWEENENGINE_PLAYING:String = "tweenengineplaying"
TWEENENGINE_STARTEDconstant 
public static const TWEENENGINE_STARTED:String = "tweenenginestarted"
TWEENENGINE_STOPPEDconstant 
public static const TWEENENGINE_STOPPED:String = "tweenenginestopped"