How can I make two MCs communicate with each other. I am trying to have a set of buttons go to a specific frame in another mc. I've tried using;
_parent.submenu.gotoAndStop("FrameName");
submenu.gotoAndStop("FrameName");
_parent.gotoAndStop("submenu.FrameName");


Someone please help i don't know what else to do.

Thanks
Tom