Search Tutorials
The codeOk, 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.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|