13/06/2005, 16:13
|
| | | Fecha de Ingreso: julio-2004 Ubicación: Quilpué, V Región, Chile
Mensajes: 98
Antigüedad: 20 años, 3 meses Puntos: 0 | |
Fácil, hazlo así:
if(porcentaje > 10) {
_root.gotoAndStop(2);
}
if(porcentaje > 20) {
_root.gotoAndStop(3);
}
etc. etc.
__________________ EDO |