purplefish32
07-23-2003, 12:02 PM
I want to make a sound fade out when i change frames and when i use
bgSound = new Sound(this);
bgSound.attachSound("djs");
bgSound.start(0, 99);
and in my new frame:
bgSound.setVolume(0);
for one my sound dosent fade (Normal) but all the sounds i use are set to 0 instead of just "djs"
can someone please help me, and give me a little pointer to make a sound fade out...
Thanks.
bgSound = new Sound(this);
bgSound.attachSound("djs");
bgSound.start(0, 99);
and in my new frame:
bgSound.setVolume(0);
for one my sound dosent fade (Normal) but all the sounds i use are set to 0 instead of just "djs"
can someone please help me, and give me a little pointer to make a sound fade out...
Thanks.