N-R > removeMovieClip |
![]() ![]() ![]() |
removeMovieClip
Availability
Flash Player 4.
Usage
removeMovieClip(
target
)
Parameters
target
The target path of a movie clip instance created with duplicateMovieClip
, or the instance name of a movie clip created with the attachMovie
or duplicateMovieClip
methods of the MovieClip object.
Returns
None.
Description
Action; deletes a movie clip instance that was created with the attachMovie
or duplicateMovieClip
methods of the MovieClip object, or with the duplicateMovieClip
action.
See also
duplicateMovieClip
, MovieClip.duplicateMovieClip
, MovieClip.attachMovie
,
MovieClip.removeMovieClip
![]() ![]() ![]() |