| Package | com.kapit.diagram.anim |
| Class | public class TweenEngineEvent |
| Inheritance | TweenEngineEvent flash.events.Event |
| Property | Defined by | ||
|---|---|---|---|
| curtime : uint | TweenEngineEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
TweenEngineEvent(type:String, time:uint = 0)
| TweenEngineEvent | ||
| Constant | Defined 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 | ||
| curtime | property |
public var curtime:uint
| TweenEngineEvent | () | constructor |
public function TweenEngineEvent(type:String, time:uint = 0)Parameters
type:String |
|
time:uint (default = 0) |
| TWEENENGINE_CANCELLED | constant |
public static const TWEENENGINE_CANCELLED:String = "tweenenginecancelled"
| TWEENENGINE_PLAYING | constant |
public static const TWEENENGINE_PLAYING:String = "tweenengineplaying"
| TWEENENGINE_STARTED | constant |
public static const TWEENENGINE_STARTED:String = "tweenenginestarted"
| TWEENENGINE_STOPPED | constant |
public static const TWEENENGINE_STOPPED:String = "tweenenginestopped"