Tutorials Home
What's New
Top Rated
Submit
myTutes
Random!
Create a Dynamic Drag and Drop Movie
Author: Bob Skidmore
| Website: http://www.fuzzypickle.com |
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.43 Votes: 121
Hits: 2549
|
| » Author |
|
No information about the author has been provided
|
| » Download |
|
Download the files used in this tutorial.
|
|
Download (65 kb)
|
|
Get conversion and unzipping tools
for PC and Mac here!
|
| » Forums |
|
More help? Search our boards for quick answers!
|
|
Please rate this tutorial, 10 is the top rating, you can also click the
comments link to read/write a review.
|
|
|