Ver Mensaje Individual
  #2 (permalink)  
Antiguo 15/04/2010, 08:35
Avatar de Kottore
Kottore
 
Fecha de Ingreso: octubre-2007
Mensajes: 170
Antigüedad: 16 años, 7 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 ^_^
__________________
これは僕のウェブだよね。