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

  1. on keyUp
  2.   if the key = 27 then
  3.     go("Sair")
  4.   end if
  5. end
  6.  
  7. on mouseUp
  8.   go("Sair")
  9. end
  10.