home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global JDspecial, special, QTon, saveQT, savePlace, helpOn
- if JDspecial <> EMPTY then
- setSpecial(JDspecial)
- end if
- repeat with x = 1 to 12
- if special = x then
- set setThing to "setSpecial"
- put x after setThing
- do(setThing)
- end if
- end repeat
- go(value(savePlace))
- set helpOn to 0
- setLocal()
- end
-