PDA

View Full Version : setVolume = 0



waffe
November 25th, 2002, 04:09 PM
Can Someone please tell me why I still hear my loop when I use this code?

loop=new Sound(loop_mc);
loop.attachSound("loop1");
loop.start(0,999)
loopVolume=0
loop.setVolume(loopVolume)

My sound volume is set to 0 right?

andr.in
November 25th, 2002, 05:02 PM
yes =)

waffe
November 25th, 2002, 05:23 PM
Any thoughts on why I still hear it then?:smirk: