Ver Mensaje Individual
  #2 (permalink)  
Antiguo 20/01/2007, 15:30
Rizzo
 
Fecha de Ingreso: septiembre-2006
Mensajes: 1.193
Antigüedad: 17 años, 6 meses
Puntos: 30
Re: EXPLIQUENME LA FUNCION IF ELSE de ActionScript, con algun Ejemplo...

if(percentage>25){

_root.gotoAndPlay(26);


}else{

_root.gotoAndPlay(1)
}



nota: fijate que es lo que quiieres si un _root.gotoAndPlay() ó _root.gotoAndStop(1)