home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global UPG
- set the keyUpScript to "EEMPTY"
- if UPG = 0 then
- set the keyDownScript to "checkfor"
- CLEARPUP()
- go("closeoutsw")
- end if
- if UPG = 1 then
- set the keyDownScript to EMPTY
- CLEARPUP()
- go("CLOSEOUTREG")
- end if
- end
-