topical media & game development

talk show tell print

lib-flex-animation-code-10-org-as3lib-kitchensync-action-ActionControllerCommand.ax

lib-flex-animation-code-10-org-as3lib-kitchensync-action-ActionControllerCommand.ax (swf ) [ flash ] flex


  package org.as3lib.kitchensync.action
  {        
          
A set of commands to be used in conjunction with the ActionController class.
see: ActionController

  
          public class @ax-lib-flex-animation-code-10-org-as3lib-kitchensync-action-ActionControllerCommand
          {
                  
start() command.

  
                  public static const START:@ax-lib-flex-animation-code-10-org-as3lib-kitchensync-action-ActionControllerCommand = new @ax-lib-flex-animation-code-10-org-as3lib-kitchensync-action-ActionControllerCommand("start");
                  
                  
pause() command.

  
                  public static const PAUSE:@ax-lib-flex-animation-code-10-org-as3lib-kitchensync-action-ActionControllerCommand = new @ax-lib-flex-animation-code-10-org-as3lib-kitchensync-action-ActionControllerCommand("pause");
  
                  
unpause() command.

  
                  public static const UNPAUSE:@ax-lib-flex-animation-code-10-org-as3lib-kitchensync-action-ActionControllerCommand = new @ax-lib-flex-animation-code-10-org-as3lib-kitchensync-action-ActionControllerCommand("unpause");
  
                  
stop() command.

  
                  public static const STOP:@ax-lib-flex-animation-code-10-org-as3lib-kitchensync-action-ActionControllerCommand = new @ax-lib-flex-animation-code-10-org-as3lib-kitchensync-action-ActionControllerCommand("stop");
  
                  
kill() command.

  
                  public static const KILL:@ax-lib-flex-animation-code-10-org-as3lib-kitchensync-action-ActionControllerCommand = new @ax-lib-flex-animation-code-10-org-as3lib-kitchensync-action-ActionControllerCommand("kill");
  
                  
reset() command. For Tween objects only.

  
                  public static const RESET:@ax-lib-flex-animation-code-10-org-as3lib-kitchensync-action-ActionControllerCommand = new @ax-lib-flex-animation-code-10-org-as3lib-kitchensync-action-ActionControllerCommand("reset");
                  
                  
The default command will be used if nothing is specified.

  
                  public static var DEFAULT:@ax-lib-flex-animation-code-10-org-as3lib-kitchensync-action-ActionControllerCommand = START;
                  
                  // The string equivelant of the Command
                  private var _string:String;
                  
                  public function @ax-lib-flex-animation-code-10-org-as3lib-kitchensync-action-ActionControllerCommand(string:String = "") {
                          _string = string;
                  } 
                  
                  public function toString():String {
                          if (!_string) { return super.toString(); }
                          return _string;
                  }
          }
  }


(C) Æliens 19/08/2009

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.