home *** CD-ROM | disk | FTP | other *** search
/ Cocktail Hour / image.iso / TRIVIAEX.CST / 00013.ls < prev    next >
Encoding:
Text File  |  1996-03-04  |  232 b   |  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