Tema: gotoAndStop
Ver Mensaje Individual
  #3 (permalink)  
Antiguo 10/03/2009, 13:29
jgarciasn
 
Fecha de Ingreso: marzo-2009
Mensajes: 2
Antigüedad: 15 años, 1 mes
Puntos: 0
Respuesta: gotoAndStop

Buzu este es el codigo

stop();
btni.onPress = function() {
gotoAndStop(1);
}
btnl.onPress = function() {
gotoAndStop(2);
}
btnn.onPress = function() {
gotoAndStop(3);
}
btnc.onPress = function() {
gotoAndStop(4);
}
btne.onPress = function() {
gotoAndStop(5);
}