Código:
yo solo quiero que se me pare este sonido, no el de fondo tb! my_soundau = new Sound(); // esto se deja asi..perfecto..es crear el sonido nuevo
my_soundau.attachSound("derrape"); // donde dice sonido ponemos el nombre del sonido
my_soundau.start(); //iniciamos el sonido //esto se deja asi
this.speedx = (this.speedxant5*0.5);
this.speedy = (this.speedyant5*0.5);
} else {
my_soundau.stop();

