hi, I've put this within a MC, but the attached sound on main stage won't go off. I suspect it has something to do with Depthswapping of my MC's. Anyone?????


on (release) {
gotoAndPlay(81);
}
on (release) {
_root.depth++;
this.swapDepths(_root.depth);
}
on (press) {
if (playing==true) {
_root.mySound.stop("main");
playing=false;
}
}