home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today - The Disc! 15 / cdrt15.iso / pc / contentp.dir / 00095_Script_95 < prev    next >
Text File  |  1995-04-05  |  380b  |  17 lines

  1. on enterFrame
  2.   set the movietime of sprite 12 to 0
  3.   set the movierate of sprite 12 to 1
  4. end
  5.  
  6. on exitframe
  7.   
  8.   repeat while the mousedown <> 1 and the movietime of sprite 12 < 9660 and ┬
  9. not(the mousecast <=128 and the mousecast >=120) 
  10.     updatestage
  11.   end repeat
  12.   
  13.   set the movierate of sprite 12 to 0
  14.   set the movietime of sprite 12 to 0
  15.   go "TVm"
  16.   
  17. end