for(var i=0;i<5;i++){ starParent.duplicateMovieClip("star"+i,i,{_x:Math.floor(Math.random()*551),_y:Math.floor(Math.random()*401)}); }