home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gTriviaQuestMem
- if not (the text of field "score" of castLib "TriviaEx.cst" = 10 and (the last char of gTriviaQuestMem) =1) then
- hide the clickOn
- updateStage
- repeat while the mousedown=true
- nothing
- end repeat
- show the clickOn
- showNextQuestion
- end if
- end