max = 5; for (i=0; i<max; i++) { var clip = _root.marcoPeli.attachMovie(letra, "nombre"+i, _root.marcoPeli.getNextHighestDepth()); clip._x = i*20; }