Packagecom.addicted2flash.event
Classpublic final class FluxEvent

Enumeration class for tween event types.



Public Methods
 MethodDefined by
  
typeToString(type:int):String
[static] Returns the string representation of the given type.
FluxEvent
Public Constants
 ConstantDefined by
  COMPLETE : int = 0x10
[static] Complete event.
FluxEvent
  PAUSE : int = 0x02
[static] Pause event.
FluxEvent
  RESUME : int = 0x08
[static] Resume event.
FluxEvent
  START : int = 0x01
[static] Start event.
FluxEvent
  STOP : int = 0x04
[static] Stop event
FluxEvent
  UPDATE : int = 0x20
[static] Update event.
FluxEvent
Method detail
typeToString()method
public static function typeToString(type:int):String

Returns the string representation of the given type.

Parameters
type:int — type of event

Returns
String — the string representation of the given type

Throws
— if type is not supported
Constant detail
COMPLETEconstant
public static const COMPLETE:int = 0x10

Complete event.

PAUSEconstant 
public static const PAUSE:int = 0x02

Pause event.

RESUMEconstant 
public static const RESUME:int = 0x08

Resume event.

STARTconstant 
public static const START:int = 0x01

Start event.

STOPconstant 
public static const STOP:int = 0x04

Stop event

UPDATEconstant 
public static const UPDATE:int = 0x20

Update event.