_y (TextField._y property)
public _y : Number
The y coordinate of a text field relative to the local coordinates of the parent movie clip. If a
text field is in the main Timeline, then its coordinate system refers to the upper left corner of
the Stage as (0, 0). If the text field is inside another movie clip that has transformations, the
text field is in the local coordinate system of the enclosing movie clip. Thus, for a movie clip
rotated 90 degrees counterclockwise, the enclosed text field inherits a coordinate system that
is rotated 90 degrees counterclockwise. The text field's coordinates refer to the registration
point position.
Availability: ActionScript 1.0; Flash Player 6
Example
See the example for
TextField._x
See also
_x (TextField._x property)
(TextField._yscale property)
_ymouse (TextField._ymouse property)
public _ymouse : Number [read-only]
Indicates the y coordinate of the mouse position relative to the text field.
Availability: ActionScript 1.0; Flash Player 6
Example
See the example for
TextField._xmouse
See also
_xmouse (TextField._xmouse property)
_yscale (TextField._yscale property)
public _yscale : Number
The vertical scale of the text field as applied from the registration point of the text field,
expressed as a percentage. The default registration point is (0,0).
Availability: ActionScript 1.0; Flash Player 6
.
,
_xscale (TextField._xscale property)
.
,
_yscale
TextField
1227
Need help?
Do you have a question about the FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE and is the answer not in the manual?