Hello again. Im still strugeglin with some as sound controll.
Ive been looking and trying, but it still dont work.
But what i think has to be done is this.
I have a play button, and it starts my sound like this:
on (press) {
var my_sound:Sound = new Sound();
my_sound.attachSound(“yo”);
my_sound.start();
}
And i have 2 buttons, one for vol up and one for vol down.
I think i have to write a funcktion, one for vol up and one for vol down, then call that function on press. But i cant get it to work, does any one know how to make this?