|
ActionScript Reference Movie Clip Control
MovieClipLoader.unloadClip()
MovieClipLoader.unloadClip()
Entry Owner: Jen deHaan, Started: November 12, 2003
Availability:
Flash Player 7
Usage:
MovieClipLoader.unloadClip( target_mc );
Description:
The unloadClip method removes a movie clip or JPEG image loaded in using the loadClip method.
Example:
The example code below can be placed directly on a movie clip or button instance on the Stage.
on (release) {
_level0.myImage.unloadClip(_level0.logo_mc);
}
|