User Guide
Video 1283
_x (Video._x property)
public _x : Number
Indicates the x 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
_xscale (Video._xscale property), _y (Video._y property), _yscale
(Video._yscale property)
_xmouse (Video._xmouse property)
public _xmouse : Number [read-only]
Indicates the x coordinate of the mouse position.
Availability: ActionScript 1.0; Flash Player 8
See also
Mouse, _ymouse (Video._ymouse property)
_xscale (Video._xscale property)
public _xscale : Number
Indicates the horizontal 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), _y (Video._y property), _yscale (Video._yscale
property)
, _width (Video._width property)