heeeelo people !:jailbreak
Big Big Problem !
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]