home *** CD-ROM | disk | FTP | other *** search
/ תקליטור אוסף מעל 200 משחקים מרתקים / over-200-games-micro-a-media.iso / CONNECTD / 05DD.DXR / 00479_exitButt.ls < prev    next >
Encoding:
Text File  |  1996-01-12  |  349 b   |  17 lines

  1. on mouseUp
  2.   global JDspecial, special, QTon, saveQT, savePlace, helpOn
  3.   if JDspecial <> EMPTY then
  4.     setSpecial(JDspecial)
  5.   end if
  6.   repeat with x = 1 to 12
  7.     if special = x then
  8.       set setThing to "setSpecial"
  9.       put x after setThing
  10.       do(setThing)
  11.     end if
  12.   end repeat
  13.   go(value(savePlace))
  14.   set helpOn to 0
  15.   setLocal()
  16. end
  17.