home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 51 / PCGamer51_17Demos.iso / VIDEO / V102401.dxr / 00001.ls next >
Encoding:
Text File  |  2000-10-03  |  66 b   |  6 lines

  1. on keyUp
  2.   if the keyPressed = SPACE then
  3.     quit()
  4.   end if
  5. end
  6.