Package | com.boostworthy.animation |
Class | public final class BoostworthyAnimation |
Method | Defined by | ||
---|---|---|---|
Constructor.
| BoostworthyAnimation | ||
log():void
[static]
Logs information about the animation system.
| BoostworthyAnimation |
Constant | Defined by | ||
---|---|---|---|
AUTHOR : String = "Copyright (c) 2007 Ryan Taylor | http://www.boostworthy.com" [static]
Author/copyright of this software library.
| BoostworthyAnimation | ||
DATE : String = "06.07.2007" [static]
The version date of this software library.
| BoostworthyAnimation | ||
NAME : String = "Boostworthy Animation System" [static]
The name of this software library.
| BoostworthyAnimation | ||
VERSION : String = "2.1" [static]
The version of this software library.
| BoostworthyAnimation |
BoostworthyAnimation | () | constructor |
public function BoostworthyAnimation()
Constructor.
log | () | method |
public static function log():void
Logs information about the animation system.
AUTHOR | constant |
public static const AUTHOR:String = "Copyright (c) 2007 Ryan Taylor | http://www.boostworthy.com"
Author/copyright of this software library.
DATE | constant |
public static const DATE:String = "06.07.2007"
The version date of this software library.
NAME | constant |
public static const NAME:String = "Boostworthy Animation System"
The name of this software library.
VERSION | constant |
public static const VERSION:String = "2.1"
The version of this software library.