home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / optimus / agata / home.dir / 00243.ls < prev    next >
Encoding:
Text File  |  1997-02-20  |  197 b   |  15 lines

  1. on exitFrame
  2.   go(the frame)
  3. end
  4.  
  5. on keyDown
  6.   global theCoord
  7.   if the commandDown and (the key = "q") and (the exitLock = 1) then
  8.     doCreditsQuit(theCoord)
  9.   end if
  10. end
  11.  
  12. on mouseUp
  13.   go(4)
  14. end
  15.