jagunco
May 15th, 2003, 10:33 AM
hi, this code is an example:
for (i=1; i<=10; i++) {
_root.box.duplicateMovieClip( "box"+i, i);
_root["box"+i]. _x=_root["box"+i]. _x+20;
}
What I want to do is multiplicate a MC on the_x and if the_x, imagine, is bigger than 760 for exemple, it go down one rown and start again duplicating the mcīs
the code up, only putīs one copy of the MC more 20 px in front
thanks
for (i=1; i<=10; i++) {
_root.box.duplicateMovieClip( "box"+i, i);
_root["box"+i]. _x=_root["box"+i]. _x+20;
}
What I want to do is multiplicate a MC on the_x and if the_x, imagine, is bigger than 760 for exemple, it go down one rown and start again duplicating the mcīs
the code up, only putīs one copy of the MC more 20 px in front
thanks