home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global MGICompOnStage, MGICompTwoSprite, MGICompTwoOnStage, MGICompMouseUp, MGIChoose
- if MGICompMouseUp = 1 then
- set MGICompTwoOnStage to 2
- if (MGICompOnStage <> 2) or (MGIChoose = 2) then
- set MGIChoose to 2
- MGICompQuestion()
- else
- MGIFrench()
- end if
- else
- set MGICompMouseUp to 1
- end if
- end
-