PDA

View Full Version : duplicate by random and remain on stage



hendrixter
January 23rd, 2004, 04:50 PM
Hi,
I got a project containing 4 movieclips to be duplicated by random and placed on a certain position on stage.

all movieclips are placed on top of on another.
the problem is: already placed movieclips don't remain on stage - they get replaced by the next movieclip duplicated in.

How can I make the already placed clips stay on the stage?

Please review to my attachement.

Thanx guys, you are my last resort!

kode
January 23rd, 2004, 05:52 PM
There's a typo in this line:

_root["Symbol"+zfz].duplicateMovieClip("newclip"+zfz, depht);
...You misspelled "depth". :)