Example
The following example unloads the movie clip
into level 4.
movie.swf
on (press) {
unloadMovie ("_root.draggable_mc");
loadMovieNum ("movie.swf", 4);
}
The following example unloads the movie loaded into level 4.
on (press) {
unloadMovieNum (4);
}
See also
,
MovieClipLoader.unloadClip()
loadMovie()
unloadMovieNum()
Availability
Flash Player 3.
Usage
unloadMovieNum(level)
Parameters
The level (
level
Returns
Nothing.
Description
Function; removes a movie that was loaded by means of
To unload a movie that was loaded by means of
of
unloadMovieNum()
See also
,
loadMovie()
loadMovieNum()
742
Chapter 12: ActionScript Dictionary
) of a loaded movie.
_levelN
.
,
unloadMovie()
on the main Timeline, and loads
draggable_mc
loadMovieNum()
, use
loadMovie()
unloadMovie()
from Flash Player.
instead
Need help?
Do you have a question about the FLASH MX 2004 - ACTIONSCRIPT and is the answer not in the manual?
Questions and answers