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