![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
08/02/2006, 14:38
|
![Avatar de TMeister](http://static.forosdelweb.com/customavatars/avatar14341_6.gif) | Crazy Coder | | Fecha de Ingreso: enero-2002 Ubicación: En la Oficina
Mensajes: 2.880
Antigüedad: 23 años Puntos: 193 | |
Código:
var prof : Number = 200
for (i = 0; i < 3; i ++)
{
for (n = 0; n < 3; n ++)
{
trace (prof)
var clip = attachMovie ("boton_ed", "boton_ed" + prof, prof ++);
clip._x = 85 * n;
clip._y = 85 * i;
}
}
|