_root to AS3 - EASY ONE!
I swear I've googled all over for this before I posted. I've tried things I've read, but nothing's worked (or made sense to me, for that matter).
What I have is pretty basic. Trying to do what WOULD have been this in AS2:
mute_btn.addEventListener(MouseEvent.CLICK, onMute);
function onMute(e:MouseEvent):void {
_root.soundbars_mc.gotoAndStop(2);
}
Both mute_btn and soundbars_mc are on the main timeline. I can't get this to work, and I know it's easy. Any help???
Thanks!
