Packagefl.motion
Classpublic class Tweenables
InheritanceTweenables Inheritance Object

Language Version : ActionScript 3.0
Player Version : Flash Player 9.0.28.0

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

See also

Motion XML Elements
fl.motion.Motion
fl.motion.Keyframe


Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
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 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
  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
Constant Detail
ROTATIONConstant
public static const ROTATION:String = "rotation"

Language Version : ActionScript 3.0
Player Version : Flash Player 9.0.28.0

Constant for the rotation property.

See also

SCALE_XConstant 
public static const SCALE_X:String = "scaleX"

Language Version : ActionScript 3.0
Player Version : Flash Player 9.0.28.0

Constant for the scaleX property.

See also

SCALE_YConstant 
public static const SCALE_Y:String = "scaleY"

Language Version : ActionScript 3.0
Player Version : Flash Player 9.0.28.0

Constant for the scaleY property.

See also

SKEW_XConstant 
public static const SKEW_X:String = "skewX"

Language Version : ActionScript 3.0
Player Version : Flash Player 9.0.28.0

Constant for the skewX property.

See also

SKEW_YConstant 
public static const SKEW_Y:String = "skewY"

Language Version : ActionScript 3.0
Player Version : Flash Player 9.0.28.0

Constant for the skewY property.

See also

XConstant 
public static const X:String = "x"

Language Version : ActionScript 3.0
Player Version : Flash Player 9.0.28.0

Constant for the x property.

See also

YConstant 
public static const Y:String = "y"

Language Version : ActionScript 3.0
Player Version : Flash Player 9.0.28.0

Constant for the y property.

See also