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

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