Flash CS3 Documentation |
|||
| ActionScript 2.0 Components Language Reference > UIObject class > UIObject.scaleY | |||
Flash Player 6 (6.0.79.0).
Flash MX 2004.
componentInstance.scaleY
Property; a number indicating the scaling factor in the y direction of the object, relative to its parent.
The following example makes the check box twice as high and sets the tmp variable to the vertical scale factor:
checkbox.scaleY = 200; var tmp:Number = checkbox.scaleY;
Flash CS3