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

  1. if(_root.alternativeCaption != "")
  2. {
  3.    _level1._root.alterCaptionMovie.caption.caption = _root.alternativeCaption;
  4. }
  5. else if(_root.alternativeCaption == "")
  6. {
  7.    _level1._root.alterCaptionMovie.caption.caption = "";
  8.    gotoAndPlay(10);
  9. }
  10.