Código:
desde ya, muchisimas gracias for (i=0; i<3; i++) { for (n=0; n<3; n++) { attachMovie("boton_ed", "boton_ed"+i+n, 200+n); this["boton_ed"+i+n]._x = 85*n; this["boton_ed"+i+n]._y = 85*i; } }