May 8, 2002 #1 redike Programmer May 8, 2002 1 RO I have 2 sound object and if I want to set different volume for them, I hear the both sounds with last volume setting. Eg. sound1.setVolume(10); sound2.setVolume(90); I hear sound1 and sound2 with volume 90
I have 2 sound object and if I want to set different volume for them, I hear the both sounds with last volume setting. Eg. sound1.setVolume(10); sound2.setVolume(90); I hear sound1 and sound2 with volume 90
May 8, 2002 #2 oldnewbie Technical User Dec 6, 2000 9,142 CA Even if you seperate the two sounds in seperate movies? Regards, Upvote 0 Downvote