MACROMEDIA FLASH MX 2004 - ACTIONSCRIPT Reference Manual page 393

Actionscript reference guide
Hide thumbs Also See for FLASH MX 2004 - ACTIONSCRIPT:
Table of Contents

Advertisement

See also
Object.addProperty(),
getProperty
Availability
Flash Player 4.
Usage
getProperty(my_mc, property)
Parameters
The instance name of a movie clip for which the property is being retrieved.
my_mc
A property of a movie clip.
property
Returns
The value of the specified property.
Description
Function; returns the value of the specified property for the movie clip
Example
The following example retrieves the horizontal axis coordinate (
assigns it to the variable
my_mc_x = getProperty(_root.my_mc, _x);
getTimer
Availability
Flash Player 4.
Usage
getTimer()
Parameters
None.
Returns
The number of milliseconds that have elapsed since the SWF file started playing.
Description
Function; returns the number of milliseconds that have elapsed since the SWF file started playing.
set
:
my_mc_x
.
my_mc
) for the movie clip
_x
getTimer
and
my_mc
393

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MX 2004 - ACTIONSCRIPT and is the answer not in the manual?

Questions and answers

Table of Contents