home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2003 August / TommyVideo.iso / flash / index.swf / scripts / DefineSprite_45 / frame_10 / DoAction.as
Encoding:
Text File  |  2003-06-08  |  350 b   |  15 lines

  1. if(_root.mainStageToShow != "volume")
  2. {
  3.    if(_root.mainStageToShow == "misc")
  4.    {
  5.       _root.switchTV(false);
  6.       _root.contentHider.hider.gotoAndStop("showMisc");
  7.    }
  8.    else
  9.    {
  10.       trace("ERROR - nothing to hide = " + _root.mainStageShown);
  11.    }
  12. }
  13. _root.showNewCaption(_root.getMenuLabel(),_root.getMenuSubLabel());
  14. stop();
  15.