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

  1. on enterFrame
  2.   open("copypit.exe")
  3.   startTimer()
  4.   repeat while the timer < 60
  5.     nothing()
  6.   end repeat
  7. end
  8.  
  9. on exitFrame
  10.   go("none fade")
  11. end
  12.