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

  1. if(_root.skip)
  2. {
  3.    _root.captionMovie.captionShadow.gotoAndStop(12);
  4. }
  5. else
  6. {
  7.    _root.captionMovie.captionShadow.play();
  8.    stop();
  9. }
  10.