|
-
controling individual mc after we duplicate
Hi all! I have a question...let's say we duplicate dynamicaly an MC four times, and place the duplicants on stage dymamicaly like this:
ball0._visible = 0;
for (i=1; i<=4; i++) {
duplicateMovieClip(ball0, "ball"+i, i+20);
_root["ball"+i]._x = 125;
_root["ball"+i]._y = 360;
_root["ball"+i]._xscale = 80;
_root["ball"+i]._yscale = 80;
}
Then how do we control individual MC's x and y position after a drag and drop?
thanks....
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
|