Packagecom.boostworthy.animation
Classpublic final class BoostworthyAnimation

Contains meta data for retrieval at runtime or when viewing a decompiled SWF.



Public Methods
 MethodDefined by
  
Constructor.
BoostworthyAnimation
  
log():void
[static] Logs information about the animation system.
BoostworthyAnimation
Public Constants
 ConstantDefined 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
Constructor detail
BoostworthyAnimation()constructor
public function BoostworthyAnimation()

Constructor.

Method detail
log()method
public static function log():void

Logs information about the animation system.

Constant detail
AUTHORconstant
public static const AUTHOR:String = "Copyright (c) 2007 Ryan Taylor | http://www.boostworthy.com"

Author/copyright of this software library.

DATEconstant 
public static const DATE:String = "06.07.2007"

The version date of this software library.

NAMEconstant 
public static const NAME:String = "Boostworthy Animation System"

The name of this software library.

VERSIONconstant 
public static const VERSION:String = "2.1"

The version of this software library.