Packagecom.greensock.events
Classpublic class TweenEvent
InheritanceTweenEvent Inheritance flash.events.Event

Used for dispatching events from the GreenSock Tweening Platform.

Copyright 2010, 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 Methods
 MethodDefined by
  
TweenEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
TweenEvent
  
clone():Event
TweenEvent
Public Constants
 ConstantDefined by
  COMPLETE : String = "complete"
[static]
TweenEvent
  INIT : String = "init"
[static]
TweenEvent
  REPEAT : String = "repeat"
[static]
TweenEvent
  REVERSE_COMPLETE : String = "reverseComplete"
[static]
TweenEvent
  START : String = "start"
[static]
TweenEvent
  UPDATE : String = "change"
[static]
TweenEvent
Constructor detail
TweenEvent()constructor
public function TweenEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Method detail
clone()method
public override function clone():Event

Returns
Event
Constant detail
COMPLETEconstant
public static const COMPLETE:String = "complete"
INITconstant 
public static const INIT:String = "init"
REPEATconstant 
public static const REPEAT:String = "repeat"
REVERSE_COMPLETEconstant 
public static const REVERSE_COMPLETE:String = "reverseComplete"
STARTconstant 
public static const START:String = "start"
UPDATEconstant 
public static const UPDATE:String = "change"