getProperty()
Availability
Flash Lite 1.0.
Usage
getProperty(my_mc, property)
Operands
The instance name of a movie clip for which the property is being retrieved.
my_mc
A property of a movie clip.
property
Description
Function; returns the value of the specified property for the
movie clip.
my_mc
Example
The following example retrieves the horizontal axis coordinate (
) for the
movie clip
_x
my_mc
in the root movie timeline:
xPos = getProperty("person_mc", _x);
trace (xPos);
// output: -75
See also
setProperty()
getTimer()
Availability
Flash Lite 1.0.
Usage
getTimer()
Operands
None.
Description
Function; returns the number of milliseconds that elapsed since the SWF file started playing.
getTimer()
15
Need help?
Do you have a question about the FLASH 8-FLASH LITE 1.X ACTIONSCRIPT LANGUAGE and is the answer not in the manual?