home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global SOLUTIONFLAG, UPG, PUZZ
- if (UPG = 0) and (PUZZ > 3) and (SOLUTIONFLAG = 0) then
- go("RVONLY")
- end if
- if (UPG = 0) and (PUZZ > 3) and (SOLUTIONFLAG = 0) then
- exit
- end if
- if SOLUTIONFLAG = 1 then
- exit
- end if
- if (the key = "r") or (the key = "R") or (the key = "N") or (the key = "n") then
- exit
- end if
- if (the key = "Q") or (the key = "q") then
- exit
- end if
- set SOLUTIONFLAG to 1
- set the keyUpScript to "EEMPTY"
- dontPassEvent()
- go("NEW")
- end
-