I’m currently using this actionscript:
var item_sound:Sound = new Sound();
item_sound.attachSound("item_beep");
But it plays the sound right when it loads, which is really annoying since I have a few sounds start there. I was just wondering how I could get it to stop playing when it loads. Thanks!
EDIT: It also plays whenever I go onto that frame, and I’d like that to stop too.