Flash CS3 Documentation |
|||
| ActionScript 2.0 Components Language Reference > UIObject class > UIObject.y | |||
Flash Player 6 (6.0.79.0).
Flash MX 2004.
componentInstance.y
Property (read-only); a number indicating the top edge of the object, in pixels. To set this property, call UIObject.move().
The following example moves the check box down 10 pixels:
myCheckbox.move(myCheckbox.x, myCheckbox.y + 10);
Flash CS3