|
-
sound off doesnt work
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;
}
}
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|