![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
15/04/2010, 08:35
|
![Avatar de Kottore](http://static.forosdelweb.com/customavatars/avatar197569_1.gif) | | | Fecha de Ingreso: octubre-2007
Mensajes: 170
Antigüedad: 17 años, 4 meses Puntos: 8 | |
Respuesta: ir a fotograma por inputText Falta decir qué propiedad del campo de texto quieres comparar, o sea text:
on(release){
if (texto_txt.text=="1"){
gotoAndStop(2);
}
if (texto_txt.text=="2"){
gotoAndStop(3);
}
if (texto_txt.text=="3"){
gotoAndStop(4);
}
} Saludos ^_^
__________________ これは僕の ウェブだよね。 |