13/06/2007, 07:33
|
| | | Fecha de Ingreso: abril-2005 Ubicación: Santiago, Chile
Mensajes: 30
Antigüedad: 19 años, 7 meses Puntos: 0 | |
Re: Desvanecer sonido con actionscript tips q te pueden ayudar
llama al sonido con Attachsound
al asignarle nombre de instancia puedes darle "volumen"
y por actionscript decirle que en tal punto vaya bajando hasta el silencio
pegare un codigo q viene en el help var my_sound:Sound = new Sound();
my_sound.loadSound("song3.mp3", true);
knob_mc.onRelease = function() {
this.stopDrag(); this.isDragging = false; my_sound.setVolume(10);
}
no es complicado usar, suerte!
vicho
__________________ Vicheaux " SI HAY ALGO QUE LE GUSTA, HÁGALO DE NUEVO; SI NO LE GUSTO, HÁGALO DE NUEVO" BRUCE MAU, DOORS OF PERCEPTION.
http://fabriano.deviantart.com/gallery |