home *** CD-ROM | disk | FTP | other *** search
/ Shocking The Web CD-ROM / SHOCK_CD.ISO / pc / tutorial / devglry / maricopa / source / quizzer.dir / 00034.ls < prev    next >
Encoding:
Text File  |  1996-04-18  |  130 b   |  9 lines

  1. on mouseUp
  2.   go(the frame + 1)
  3.   repeat with i = 2 to 6
  4.     puppetSprite(i, 1)
  5.   end repeat
  6.   puppetSprite(10, 1)
  7.   newQuiz()
  8. end
  9.