# setVolume() WTF !?!?! please please help!

**URL:** https://forum.kirupa.com/t/setvolume-wtf-please-please-help/241295
**Category:** Uncategorized
**Created:** [October 11, 2007, 9:52pm UTC](https://forum.kirupa.com/t/setvolume-wtf-please-please-help/241295 "2007-10-11T21:52:00Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![baian](https://avatars.discourse-cdn.com/v4/letter/b/59ef9b/32.png) [@baian](https://forum.kirupa.com/u/baian)
#### Post date: [October 11, 2007, 9:52pm UTC](https://forum.kirupa.com/t/setvolume-wtf-please-please-help/241295/1 "2007-10-11T21:52:00Z")

</div>

heeeelo people !:jailbreak

Big Big Problem !:hurt:

straight to the point:hitman:

i have created new sounds :

[FONT=Fixedsys]sound1 = new Sound();  
sound2 = new Sound();  
sound3 = new Sound();

sound1.attachSound(“audio1”);  
sound2.attachSound(“audio2”);  
sound3.attachSound(“audio3”);

[FONT=Verdana]then started all three :

[FONT=Fixedsys]sound1.start(0,999);  
sound2.start(0,999);  
sound3.start(0,999);[/FONT]

then tried to adjust the first volume to 50 :

[FONT=Fixedsys]sound1.setVolume(50);[/FONT]

And WTF ?! all 3 sound’s volume are now 50 !?!😱  
pleeeeease please help ! it’s very so many important to me !  
peace .🙂

(if it’s not clear i can attach an example file)  
[/FONT][/FONT]
