PDA

View Full Version : controlling sound object



firemind
September 19th, 2002, 10:30 AM
Hi,

I have a sound object in my movie called 'muzik'.
I start it playing on first frame on the first scene.
How Could I make that sound to "Fade Out" on some event?

I know, that I can control its volume using setVolume method.

muzik.setVolume( value );

Is there any property of a sound object like muzik._volume?

thanks

firemind
September 19th, 2002, 10:46 AM
sorry, i found the answer by my self:
http://www.flashkit.com/tutorials/Audio/Sound_Fa-Agamemno-703/index.php

but if you still got some other methods, please post'em :-)