onClipEvent (enterFrame) { i++; _root.attachMovie( "idName",i, i ); _root[i]._x = int(500*Math.random ()); _root[i]._y = int(400*Math.random ()); }
Beispiel17