User Guide

Table Of Contents
48 Flash Lite Properties
/ (Forward slash)
Availability
Flash Lite 1.0
Usage
/
/targetPath
/:varName
Description
Identifier; specifies or returns a reference to the main movie timeline. The functionality
provided by this property is similar to that provided by the
_root property in Flash 5.
Example
To specify a variable on a timeline, use slash syntax (/) combined with the colon (:).
Example 1: The car variable on the main Timeline:
/:car
Example 2: The car variable in the movie clip instance mc1 that resides on the
main Timeline:
/mc1/:car
_target
Returns the target path of the movie clip instance.
_totalframes
Returns the total number of frames in a movie clip.
_visible
Indicates whether a movie clip is visible.
_width
Returns the width of the movie clip, in pixels.
_x
Contains an integer that sets the x coordinate of a movie clip.
_xscale
Sets the horizontal scale (percentage) of the movie clip, as applied
from the registration point of the movie clip.
_y
Contains an integer that sets the y coordinate of a movie clip, relative
to the local coordinates of the parent movie clip.
_yscale
Sets the vertical scale (percentage) of the movie clip, as applied from
the registration point of the movie clip.
Property Description