Ver Mensaje Individual
  #9 (permalink)  
Antiguo 19/05/2005, 09:21
Avatar de AEM
AEM
 
Fecha de Ingreso: diciembre-2004
Ubicación: Cordoba
Mensajes: 222
Antigüedad: 19 años, 4 meses
Puntos: 0
jajaj le di mal al enter, seguro lo entendes, pero vamos q quede bien, jajaja

for (x=1; x<totalidad+1; x++)
{
_root.createEmptyMovieClip("clip"+x,x*5);
_root["clip"+x].createTextField("numero"+x,x*37,z,576,15,20);
_root["clip"+x]["numero"+x].text=x;
_root["clip"+x]["numero"+x].setTextFormat(formato);

z=z+15;
}


AHOA SI