home *** CD-ROM | disk | FTP | other *** search
/ PC/CD Gamer UK 31 / PCGAMER31.bin / activis / demos / actdemo.dir / 00089.ls < prev    next >
Encoding:
Text File  |  1996-01-25  |  120 b   |  9 lines

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