Package | fl.motion |
Class | public class Tweenables |
Inheritance | Tweenables Object |
Language Version: | ActionScript 3.0 |
Product Version: | Flash CS3 |
Runtime Versions: | Flash Player 9.0.28.0, AIR 1.0 |
Related API Elements
Constant | Defined 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 |
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
Mon Nov 28 2011, 06:48 AM -08:00