Tema: if
Ver Mensaje Individual
  #7 (permalink)  
Antiguo 22/02/2002, 06:16
abuenog
 
Fecha de Ingreso: julio-2001
Ubicación: Barcelona
Mensajes: 922
Antigüedad: 22 años, 9 meses
Puntos: 1
Re: if

hola, prueba esto:

on (release) {
if (_root.tuclip._currentframe<>6) {
_root.tuclip.gotoAndStop (6);
} else {
_root.tuclip.gotoAndStop (1);
}
}

A ver si te vale