Ver Mensaje Individual
  #3 (permalink)  
Antiguo 14/12/2010, 07:29
Pimager
 
Fecha de Ingreso: julio-2010
Mensajes: 298
Antigüedad: 13 años, 9 meses
Puntos: 8
Respuesta: Cuando texto dinamico marque un numero...

Hola santirekapo90, aver si esto te sirve:

Código:
function CambiaValorTextoDinamico(s:String):void
{
    dinamic_txt.text = s;
    if(Number(dinamic_txt.text) > 10)
    {
           gotoAndStop(numFotograma)
    }
}
Espero que te haya servido
Pimager