|
-
help me with duplicating movie clips
I need help with creating multiple copies(3) of a movie clip. here's the actionscript i use to make one copy of it:
mc3.duplicateMovieClip("newclip"+3,level);
// set a random position
_root["newclip"+level]._x = int(Math.random()*550);
_root["newclip"+level]._y = int(Math.random()*400);
// increase level
level++;
}
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|