_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 (
) of the Video object as applied from the
percentage
registration point of the Video object. The default registration point is (0,0).
Scaling the local coordinate system affects the
and
property settings, which are defined
_x
_y
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)
Video
1283
Need help?
Do you have a question about the FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE and is the answer not in the manual?