Search tutorials
The code
Ok, lets start out with the code, and then we can break it down and explain it. //In the first frame, have this code i=0 level=1 //Have this code in the frame that you want for(i=0,i<100,i++){ attachMovie("Themovie","Newmovie"+level, level) _root["Newmovie"+level]._x=550*Math.random() _root["Newmovie"+level]._y=400*Math.random() level++ } The outcome creates 100 instances of Themovie.| » Level Intermediate |
|
Added: 2006-03-23 Rating: 1 Votes: 1 |
| » Author |
| Cornyanimation is working on his (my)first major Flash project. |
| » Download |
| Download the files used in this tutorial. |
| Download (0 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!