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