Ver Mensaje Individual
  #9 (permalink)  
Antiguo 02/10/2006, 08:53
Avatar de radarcba
radarcba
 
Fecha de Ingreso: mayo-2005
Ubicación: ureleando
Mensajes: 505
Antigüedad: 19 años
Puntos: 3
ok. Lo que tenes que hacer entonces es un condicional.

Código:
if (numero == 1) {

gotoAndPlay (1);

}
if (numero == 2) {

gotoAndPlay (120);

}
if (numero == 3) {

gotoAndPlay (280);

}
y asi sucesivamente hasta la 6.

fijate si podes resolverlo asi ! .