Used for dispatching events from the GreenSock Tweening Platform.
Copyright 2009, GreenSock. All rights reserved. This work is subject to the terms in
http://www.greensock.com/terms_of_use.html or for corporate Club GreenSock members, the software agreement that was issued with the corporate membership.
public function TweenEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
Parameters
| type:String |
|
| bubbles:Boolean (default = false )
|
|
| cancelable:Boolean (default = false )
|
public override function clone():Event
Returns
public static const COMPLETE:String = "complete"
public static const REPEAT:String = "repeat"
public static const REVERSE_COMPLETE:String = "reverseComplete"
public static const START:String = "init"
public static const UPDATE:String = "change"