home *** CD-ROM | disk | FTP | other *** search
/ תקליטור אוסף: 100 משחקים Windows 95 / 100-games-cvr-GAMES96.iso / think1 / shgmdemo / shgmdemo.dir / 00003.ls < prev    next >
Encoding:
Text File  |  1995-04-13  |  147 b   |  13 lines

  1. on enterFrame
  2.   open("shgmpass 1")
  3.   startTimer()
  4.   repeat while the timer < 60
  5.     nothing()
  6.   end repeat
  7.   quit()
  8. end
  9.  
  10. on exitFrame
  11.   quit()
  12. end
  13.