Ver Mensaje Individual
  #2 (permalink)  
Antiguo 19/10/2010, 10:55
holypixel
 
Fecha de Ingreso: mayo-2007
Mensajes: 39
Antigüedad: 17 años
Puntos: 3
Respuesta: Ola necesito ayuda

Hola

en AS2 puede ser algo como esto:


btn.onRelease = function(){
if (num1_txt.text == 3 && num2_txt.text == 4 && num3_txt.text == 5){
gotoAndPlay(10);
}
else{
gotoAndPlay(15);
}
}


checa el nombre de instancia de tu boton.

Saludos