Packagecom.addicted2flash.tween
Classpublic class FluxState

Enumeration of flux states.



Public Methods
 MethodDefined by
  
stateToString(state:int):String
[static] Returns the string representation of the given flux state.
FluxState
Public Constants
 ConstantDefined by
  COMPLETE : int = 0x04
[static] Complete state.
FluxState
  PAUSE : int = 0x02
[static] Pause state.
FluxState
  RUNNING : int = 0x01
[static] Running state.
FluxState
  STOP : int = 0x03
[static] Stop state.
FluxState
Method detail
stateToString()method
public static function stateToString(state:int):String

Returns the string representation of the given flux state.

Parameters
state:int — specific state

Returns
String — the string representation of the given flux state

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

Complete state.

PAUSEconstant 
public static const PAUSE:int = 0x02

Pause state.

RUNNINGconstant 
public static const RUNNING:int = 0x01

Running state.

STOPconstant 
public static const STOP:int = 0x03

Stop state.