You need to set random numbers to the the x and y properties. eg
yourMovieClip.x = Math.random() * stage.stageWidth;
yourMovieClip.y = Math.random() * stage.stageHeight;
|
Results 1 to 4 of 4
Thread: Random Movieclips onto the stageThreaded View
|
Click Here to Expand Forum to Full Width |