function CambiaValorTextoDinamico(s:String):void { dinamic_txt.text = s; if(Number(dinamic_txt.text) > 10) { gotoAndStop(numFotograma) } }