home *** CD-ROM | disk | FTP | other *** search
/ Games for Windows 95 / ODYSSEY.mdf / demos / pitfall / pitdemo.dir / 00032.ls < prev    next >
Encoding:
Text File  |  1995-10-20  |  119 b   |  9 lines

  1. on enterFrame
  2.   startTimer()
  3.   repeat while the timer < 60
  4.     nothing()
  5.   end repeat
  6.   open("msgpass 1")
  7.   quit()
  8. end
  9.