MovieClip.removeMovieClip()
Availability
Flash Player 5.
Usage
my_mc.removeMovieClip()
Parameters
None.
Returns
Nothing.
Description
Method; removes a movie clip instance created with
MovieClip.duplicateMovieClip(),
MovieClip._rotation
Availability
Flash Player 4.
Usage
my_mc._rotation
Description
Property; the rotation of the movie clip, in degrees, from its original orientation. Values from
0 to 180 represent clockwise rotation; values from 0 to -180 represent counterclockwise rotation.
Values outside this range are added to or subtracted from 360 to obtain a value within the range.
For example, the statement
See also
Button._rotation,
532
Chapter 12: ActionScript Dictionary
or
my_mc._rotation = 450
TextField._rotation
duplicateMovieClip()
MovieClip.attachMovie()
is the same as
,
.
my_mc._rotation = 90
.
Need help?
Do you have a question about the FLASH MX 2004 - ACTIONSCRIPT and is the answer not in the manual?
Questions and answers