home *** CD-ROM | disk | FTP | other *** search
- if(_root.mainStageToShow != "volume")
- {
- if(_root.mainStageToShow == "misc")
- {
- _root.switchTV(false);
- _root.contentHider.hider.gotoAndStop("showMisc");
- }
- else
- {
- trace("ERROR - nothing to hide = " + _root.mainStageShown);
- }
- }
- _root.showNewCaption(_root.getMenuLabel(),_root.getMenuSubLabel());
- stop();
-