duplicateMovieClip ("_root.drop", c, c);

setProperty (c, _x, random (400));

setProperty (c, _y, random (100)-100);

and use this script in the second frame of the action layer

c = c + 1;

gotoAndPlay(1);