MovieClip class 485
MovieClip.tabEnabled Indicates whether a movie clip is included in tab ordering.
MovieClip.tabIndex Indicates the tab order of an object.
MovieClip._target The target path of a movie clip instance.
MovieClip._totalframes The total number of frames in a movie clip instance.
MovieClip.trackAsMenu Indicates whether other buttons can receive mouse
release events.
MovieClip._url The URL of the SWF file from which a movie clip
was downloaded.
MovieClip.useHandCursor Determines whether the hand is displayed when a user rolls
over a button movie clip.
MovieClip._visible A Boolean value that determines whether a movie clip
instance is hidden or visible.
MovieClip._width The width of a movie clip instance, in pixels.
MovieClip._x The x coordinate of a movie clip instance
MovieClip._xmouse The x coordinate of the mouse pointer within a movie
clip instance.
MovieClip._xscale The value specifying the percentage for horizontally scaling a
movie clip.
MovieClip._y The y coordinate of a movie clip instance.
MovieClip._ymouse The y coordinate of the mouse pointer within a movie
clip instance.
MovieClip._yscale The value specifying the percentage for vertically scaling a
movie clip.
Property Description