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

  1. _root.switchingStage = true;
  2. if(!_root.firstTimeHome)
  3. {
  4.    _root.alternativeCaptionToSet = _root.alternativeCaption;
  5.    _root.alternativeCaption = "LOADING";
  6.    _root.setAlternativeCaption(_root.alternativeCaption);
  7.    _root.alterCaptionMovie.play();
  8. }
  9. stop();
  10.