home *** CD-ROM | disk | FTP | other *** search
/ 321 GAMES / 321GAMES.iso / logic / runes / runes.exe / runes.DXR / 00114.ls < prev    next >
Encoding:
Text File  |  1996-07-01  |  264 b   |  15 lines

  1. on mouseUp
  2.   global UPG
  3.   set the keyUpScript to "EEMPTY"
  4.   if UPG = 0 then
  5.     set the keyDownScript to "checkfor"
  6.     CLEARPUP()
  7.     go("closeoutsw")
  8.   end if
  9.   if UPG = 1 then
  10.     set the keyDownScript to EMPTY
  11.     CLEARPUP()
  12.     go("CLOSEOUTREG")
  13.   end if
  14. end
  15.