Ver Mensaje Individual
  #2 (permalink)  
Antiguo 13/06/2005, 16:13
Avatar de [ EDO ]
[ EDO ]
 
Fecha de Ingreso: julio-2004
Ubicación: Quilpué, V Región, Chile
Mensajes: 98
Antigüedad: 19 años, 9 meses
Puntos: 0
Fácil, hazlo así:

if(porcentaje > 10) {
_root.gotoAndStop(2);
}

if(porcentaje > 20) {
_root.gotoAndStop(3);
}

etc. etc.
__________________
EDO