Accessibility
 
Home > Products > Flash > Support > ActionScript Dictionary
Flash Icon Macromedia Flash Support Center - ActionScript dictionary
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

To Table of Contents Back to Previous document Forward to next document