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

  1. on exitFrame
  2.   --yossi "trivia base mat.1",40
  3.   global gTriviaQuestMem,gNumOfQuestions
  4.   put "trivia base mat.1" into gTriviaQuestMem
  5.    put 40 into gNumOfQuestions
  6.   
  7.   repeat with i=13 to 16
  8.     set the visible of sprite i=0
  9.   end repeat
  10.   show 17
  11.   
  12.   set the visible of sprite 21=0
  13.   set the visible of sprite 22=0
  14.   set the visible of sprite 23=0
  15.   set the visible of sprite 24=0
  16.   initTrivia  
  17.   showNextQuestion
  18. end 
  19.  
  20.