home *** CD-ROM | disk | FTP | other *** search
/ PC Home 49 / PC_Home_Issue_49.iso / e-on / intro.dir / 00003.ls < prev    next >
Encoding:
Text File  |  1996-02-10  |  122 b   |  11 lines

  1. on startMovie
  2.   set the exitLock to 1
  3. end
  4.  
  5. on keyDown
  6.   if the key = "" then
  7.     go(1, "quit.dir")
  8.     exit
  9.   end if
  10. end
  11.