User Guide
1284 ActionScript classes
_y (Video._y property)
public _y : Number
Indicates the y coordinate of a Video object relative to the local coordinates of the parent
movie clip. If a Video object is in the main Timeline, then its coordinate system refers to the
upper left corner of the Stage as (0, 0). If the Video object is inside a movie clip that has
transformations, the Video object is in the local coordinate system of the enclosing movie clip.
Thus, for a movie clip rotated 90° counterclockwise, the movie clip's children inherit a
coordinate system that is rotated 90° counterclockwise. The Video object's coordinates refer
to the registration point position.
Availability: ActionScript 1.0; Flash Player 8
See also
_x (Video._x property), _xscale (Video._xscale property), _yscale
(Video._yscale property)
_ymouse (Video._ymouse property)
public _ymouse : Number [read-only]
Indicates the y coordinate of the mouse position.
Availability: ActionScript 1.0; Flash Player 8
See also
Mouse, _xmouse (Video._xmouse property)
_yscale (Video._yscale property)
public _yscale : Number
Indicates the vertical scale (percentage) of the Video object as applied from the registration
point of the Video object. The default registration point is (0,0).
Scaling the local coordinate system affects the
_x and _y property settings, which are defined
in whole pixels.
Availability: ActionScript 1.0; Flash Player 8
See also
_x (Video._x property), _xscale (Video._xscale property), _y (Video._y
property)
, _height (Video._height property)