Ver Mensaje Individual
  #3 (permalink)  
Antiguo 30/10/2007, 10:07
SoftMan
 
Fecha de Ingreso: octubre-2007
Mensajes: 4
Antigüedad: 16 años, 6 meses
Puntos: 0
Re: Problema tonto

Cita:
Iniciado por Bandit Ver Mensaje
Hola SoftMan:
Al campo de texto ponle como nombre de instancia: texto.
En el botón el código así:
on (release) {
if (texto.text == "2") {
trace("SI ES IGUAL A 2");
} else {
trace("NO ES IGUAL A 2");
}
}

Espero haberte sido de ayuda.
Me has sido de gran ayuda, problema resuelto

Muchas gracias Bandit