home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- --yossi "trivia base mat.1",40
- global gTriviaQuestMem,gNumOfQuestions
- put "trivia base mat.1" into gTriviaQuestMem
- put 40 into gNumOfQuestions
-
- repeat with i=13 to 16
- set the visible of sprite i=0
- end repeat
- show 17
-
- set the visible of sprite 21=0
- set the visible of sprite 22=0
- set the visible of sprite 23=0
- set the visible of sprite 24=0
- initTrivia
- showNextQuestion
- end
-
-