Search tutorials
Code Movie Clip (cont)
The final function is used to remove the movieclips once you progress to the next frame. It is call by the next button within the program: (_root.code.clearscreen();)
function clearscreen() {
for (i = 0; i < _root.howmany; i ++) {
_root["t" + i].unloadMovie();
_root["o" + i].unloadMovie();
}
}
}
» Level Intermediate |
Added: 2000-12-12 Rating: 6 Votes: 123 |
» Author |
No information about the author has been provided |
» Download |
Download the files used in this tutorial. |
Download (65 kb) |
» Forums |
More help? Search our boards for quick answers! |
-
You must have javascript enabled in order to post comments.
Comments
There are no comments yet. Be the first to comment!