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

  1.  
  2.  
  3. on enterFrame
  4.   set the movietime of sprite 12 = 0
  5.   set the movierate of sprite 12 = 1
  6. end
  7.  
  8. on exitframe
  9.   
  10.   
  11.   repeat while the movietime of sprite 12 < 9660 and the mousedown <> 1
  12.     updatestage
  13.     
  14.   end repeat
  15.   set the movietime of sprite 12 = 0
  16.   
  17. end
  18.