Ver Mensaje Individual
  #2 (permalink)  
Antiguo 27/07/2008, 13:27
Avatar de Lynxcraft
Lynxcraft
 
Fecha de Ingreso: noviembre-2007
Ubicación: yecla murcia
Mensajes: 1.346
Antigüedad: 16 años, 4 meses
Puntos: 51
Respuesta: Parar un MC "A" cuando presino un botón "B"

a ver prueba así

//botón STOP
stop_btn.onRelease = function() {
my_sound.stop();

_root.barras_sonido.stop();
};
};
__________________
Sobran las ideas cuando faltan ganas de trabajar en ellas
Lynxcraft