08/02/2007, 09:15
|
| | | Fecha de Ingreso: junio-2005 Ubicación: just another fucked up pl
Mensajes: 777
Antigüedad: 19 años, 5 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 |