Ver Mensaje Individual
  #4 (permalink)  
Antiguo 08/02/2007, 09:15
Avatar de SAPINTO
SAPINTO
 
Fecha de Ingreso: junio-2005
Ubicación: just another fucked up pl
Mensajes: 777
Antigüedad: 18 años, 10 meses
Puntos: 0
Re: callar sonido en linea de tiempo

necesitas separar el sonido entonces, mejor cargalo dinamicamente (loadsound) y asi te evitas problemas.

var gato:Sound = new Sound();
gato.loadSound( "miau.mp3",true );
gato.start();

//boton para detener al gato
callate.onRelease = function()
{
gato.stop()
}
__________________
if(user=="female" && user>="hot"){
user.gotoAndStop("sapinto's bed");
}
mi portafolio