| Package | org.as3lib.kitchensync.action |
| Class | public class ActionControllerCommand |
See also
| Property | Defined by | ||
|---|---|---|---|
| DEFAULT : ActionControllerCommand
[static] The default command will be used if nothing is specified.
| ActionControllerCommand | ||
| Method | Defined by | ||
|---|---|---|---|
|
ActionControllerCommand(string:String = "")
| ActionControllerCommand | ||
|
toString():String
| ActionControllerCommand | ||
| Constant | Defined 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 | ||
| DEFAULT | property |
public static var DEFAULT:ActionControllerCommandThe default command will be used if nothing is specified.
| ActionControllerCommand | () | constructor |
public function ActionControllerCommand(string:String = "")Parameters
string:String (default = "") |
| toString | () | method |
public function toString():String
Returns
String |
| KILL | constant |
public static const KILL:ActionControllerCommandkill() command.
| PAUSE | constant |
public static const PAUSE:ActionControllerCommandpause() command.
| RESET | constant |
public static const RESET:ActionControllerCommandreset() command. For Tween objects only.
| START | constant |
public static const START:ActionControllerCommandstart() command.
| STOP | constant |
public static const STOP:ActionControllerCommandstop() command.
| UNPAUSE | constant |
public static const UNPAUSE:ActionControllerCommandunpause() command.