home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM User 1995 September / cdrom-user-14-1995-09.iso / atlas / data / contentm.dir / 00052_Script_52 < prev    next >
Text File  |  1995-04-20  |  167b  |  7 lines

  1. on exitFrame
  2.   repeat while the mousedown <> 1 and the movierate of sprite 3 <> 0
  3.     updatestage
  4.   end repeat
  5.   set the movietime of sprite 3 = 0
  6.   go "TVm"
  7. end