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

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