Packageorg.as3lib.kitchensync.action
Classpublic class ActionControllerCommand

A set of commands to be used in conjunction with the ActionController class.

See also

ActionController


Public Properties
 PropertyDefined by
  DEFAULT : ActionControllerCommand
[static] The default command will be used if nothing is specified.
ActionControllerCommand
Public Methods
 MethodDefined by
  
ActionControllerCommand(string:String = "")
ActionControllerCommand
  
toString():String
ActionControllerCommand
Public Constants
 ConstantDefined by
  KILL : ActionControllerCommand
[static] kill() command.
ActionControllerCommand
  PAUSE : ActionControllerCommand
[static] pause() command.
ActionControllerCommand
  RESET : ActionControllerCommand
[static] reset() command.
ActionControllerCommand
  START : ActionControllerCommand
[static] start() command.
ActionControllerCommand
  STOP : ActionControllerCommand
[static] stop() command.
ActionControllerCommand
  UNPAUSE : ActionControllerCommand
[static] unpause() command.
ActionControllerCommand
Property detail
DEFAULTproperty
public static var DEFAULT:ActionControllerCommand

The default command will be used if nothing is specified.

Constructor detail
ActionControllerCommand()constructor
public function ActionControllerCommand(string:String = "")Parameters
string:String (default = "")
Method detail
toString()method
public function toString():String

Returns
String
Constant detail
KILLconstant
public static const KILL:ActionControllerCommand

kill() command.

PAUSEconstant 
public static const PAUSE:ActionControllerCommand

pause() command.

RESETconstant 
public static const RESET:ActionControllerCommand

reset() command. For Tween objects only.

STARTconstant 
public static const START:ActionControllerCommand

start() command.

STOPconstant 
public static const STOP:ActionControllerCommand

stop() command.

UNPAUSEconstant 
public static const UNPAUSE:ActionControllerCommand

unpause() command.