ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
fl.motion 

Tweenables  - AS3 Flash

Packagefl.motion
Classpublic class Tweenables
InheritanceTweenables Inheritance Object

Language Version: ActionScript 3.0
Product Version: Flash CS3
Runtime Versions: Flash Player 9.0.28.0, AIR 1.0

The Tweenables class provides constant values for the names of animation properties used in the MotionBase and KeyframeBase classes.

Related API Elements



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
Public Methods
 MethodDefined By
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Public Constants
 ConstantDefined By
  ROTATION : String = "rotation"
[static] Constant for the rotation property.
Tweenables
  ROTATION_CONCAT : String = "rotationConcat"
[static] Constant for the rotationConcat property.
Tweenables
  ROTATION_X : String = "rotationX"
[static] Constant for the rotationX property.
Tweenables
  ROTATION_Y : String = "rotationY"
[static] Constant for the rotationY property.
Tweenables
  SCALE_X : String = "scaleX"
[static] Constant for the scaleX property.
Tweenables
  SCALE_Y : String = "scaleY"
[static] Constant for the scaleY property.
Tweenables
  SKEW_X : String = "skewX"
[static] Constant for the skewX property.
Tweenables
  SKEW_Y : String = "skewY"
[static] Constant for the skewY property.
Tweenables
  X : String = "x"
[static] Constant for the x property.
Tweenables
  Y : String = "y"
[static] Constant for the y property.
Tweenables
  Z : String = "z"
[static] Constant for the z property.
Tweenables
Constant Detail

ROTATION

Constant
public static const ROTATION:String = "rotation"

Language Version: ActionScript 3.0
Product Version: Flash CS3
Runtime Versions: Flash Player 9.0.28.0, AIR 1.0

Constant for the rotation property.

Related API Elements

ROTATION_CONCAT

Constant 
public static const ROTATION_CONCAT:String = "rotationConcat"

Language Version: ActionScript 3.0
Product Version: Flash CS3
Runtime Versions: Flash Player 10, AIR 1.0

Constant for the rotationConcat property.

Related API Elements

ROTATION_X

Constant 
public static const ROTATION_X:String = "rotationX"

Language Version: ActionScript 3.0
Product Version: Flash CS3
Runtime Versions: Flash Player 10, AIR 1.0

Constant for the rotationX property.

Related API Elements

ROTATION_Y

Constant 
public static const ROTATION_Y:String = "rotationY"

Language Version: ActionScript 3.0
Product Version: Flash CS3
Runtime Versions: Flash Player 10, AIR 1.0

Constant for the rotationY property.

Related API Elements

SCALE_X

Constant 
public static const SCALE_X:String = "scaleX"

Language Version: ActionScript 3.0
Product Version: Flash CS3
Runtime Versions: Flash Player 9.0.28.0, AIR 1.0

Constant for the scaleX property.

Related API Elements

SCALE_Y

Constant 
public static const SCALE_Y:String = "scaleY"

Language Version: ActionScript 3.0
Product Version: Flash CS3
Runtime Versions: Flash Player 9.0.28.0, AIR 1.0

Constant for the scaleY property.

Related API Elements

SKEW_X

Constant 
public static const SKEW_X:String = "skewX"

Language Version: ActionScript 3.0
Product Version: Flash CS3
Runtime Versions: Flash Player 9.0.28.0, AIR 1.0

Constant for the skewX property.

Related API Elements

SKEW_Y

Constant 
public static const SKEW_Y:String = "skewY"

Language Version: ActionScript 3.0
Product Version: Flash CS3
Runtime Versions: Flash Player 9.0.28.0, AIR 1.0

Constant for the skewY property.

Related API Elements

X

Constant 
public static const X:String = "x"

Language Version: ActionScript 3.0
Product Version: Flash CS3
Runtime Versions: Flash Player 9.0.28.0, AIR 1.0

Constant for the x property.

Related API Elements

Y

Constant 
public static const Y:String = "y"

Language Version: ActionScript 3.0
Product Version: Flash CS3
Runtime Versions: Flash Player 9.0.28.0, AIR 1.0

Constant for the y property.

Related API Elements

Z

Constant 
public static const Z:String = "z"

Language Version: ActionScript 3.0
Product Version: Flash CS3
Runtime Versions: Flash Player 10, AIR 1.0

Constant for the z property.

Related API Elements