{ I Apologize for the title… I meant to say “Loading sounds on the same level” }
Hey guys,
I have a pretty basic question to ask here.
haha all I want to figure out, and for some reason I’m retarded today, is how I can load sounds onto different levels. I have 6 six buttons that each load audible descriptions when clicked. I just want the previous sound to quit playing when a new button is pressed.
[AS]on (release) {
comment_txt.text = _root.comments1;
mySound = new Sound(this);
mySound.attachSound(“01”);
mySound.start(0, 1);
}[/AS]
That’s all I’m using on each button
Thanks guys
Much appreciated