home *** CD-ROM | disk | FTP | other *** search
/ Cocktail Hour / image.iso / TRIVIAEX.CST / 00011_Next.ls < prev    next >
Encoding:
Text File  |  1996-03-04  |  310 b   |  12 lines

  1. on mouseDown
  2.   global gTriviaQuestMem
  3.   if not (the text of field "score" of castLib "TriviaEx.cst" = 10 and (the last char of gTriviaQuestMem) =1) then 
  4.     hide the clickOn
  5.     updateStage
  6.     repeat while the mousedown=true
  7.       nothing
  8.     end repeat
  9.     show the clickOn
  10.     showNextQuestion
  11.   end if
  12. end