home *** CD-ROM | disk | FTP | other *** search
/ Headbone Interactive / Headbone_Interactive_CD-ROM_Sampler_1995.iso / pc / demos / bugzerk / intro / introa.dxr / 00203.ls < prev    next >
Encoding:
Text File  |  1995-09-19  |  141 b   |  8 lines

  1. on startMovie
  2.   global BlankCursor
  3.   initMainGlobals()
  4.   cursor(-1)
  5.   set the keyDownScript to "checkKeyForQuit"
  6.   set the exitLock to 1
  7. end
  8.