home *** CD-ROM | disk | FTP | other *** search
/ Cocktail Hour / image.iso / TRIVIAEX.CST / 00013_Script_13 < prev    next >
Text File  |  1996-03-03  |  243b  |  12 lines

  1. --restart button--
  2. on mouseDown
  3.   set the visible of sprite 23=0
  4.   updateStage
  5.   repeat while the mouseDown
  6.   end repeat
  7.   set the visible of sprite 23=1
  8.   updateStage
  9.   puppetSprite 19,0
  10.   initTrivia
  11.   go to (marker ("trivia"))
  12. end