Ver Mensaje Individual
  #4 (permalink)  
Antiguo 17/10/2010, 18:23
Avatar de mortiprogramador
mortiprogramador
Colaborador
 
Fecha de Ingreso: septiembre-2009
Ubicación: mortuoria
Mensajes: 3.805
Antigüedad: 14 años, 7 meses
Puntos: 214
Respuesta: ¡Ayuda urgente!

Uhm
sera algo así?

Código actionscript:
Ver original
  1. btn1.onPress = function(){
  2. btn = 'btn1';
  3. mc.gotoAndPlay(1);
  4. }
  5.  
  6. //luego, en el mc
  7. if(currentFrame == 20)
  8. {
  9. if(btn=='btn1')
  10. _root.gotoAndPlay(1);
  11. else
  12. _root.gotoAndPlay(2);
  13. }
saludos
__________________
"Si consigues ser algo más que un hombre, si te entregas a un ideal, si nadie puede detenerte, te conviertes en algo muy diferente."
Visita piggypon.com