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

  1. _root.tv.content.movie.stop();
  2. if(_root.tvShow != "none")
  3. {
  4.    _root.tv.tvHider.gotoAndPlay("hide");
  5.    stop();
  6. }
  7. else
  8. {
  9.    gotoAndStop(3);
  10. }
  11. stop();
  12.