home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2003 August / TommyVideo.iso / flash / index.swf / scripts / DefineSprite_46 / frame_5 / DoAction.as
Encoding:
Text File  |  2003-06-08  |  268 b   |  14 lines

  1. if(_root.mainStageShown == "misc")
  2. {
  3.    _root.contentHider.hider.gotoAndPlay("hideMisc");
  4. }
  5. else if(_root.mainStageShown == "volume")
  6. {
  7.    _root.contentHider.hider.gotoAndPlay("hideVolume");
  8. }
  9. else
  10. {
  11.    trace("Nothing to hide for translator!");
  12. }
  13. stop();
  14.