See the background sound in my game is higher than my vocal sound so you can't here it so i
made an AS layer with this code after i linked the BG sound with and id called sound1, while putting the BG sound on another layer as an event to loop and my vocals on another
here's the code:
mySound3 = new Sound(this);
mySound3.attachSound("sound1");
mySound3.setVolume(50);
but for some reason the sound of the whole scene goes down, please help!