home *** CD-ROM | disk | FTP | other *** search
/ PC go! 1996 July / Image.iso / mrmore / mrmore.dir / 00073.ls < prev    next >
Encoding:
Text File  |  1996-04-11  |  261 b   |  13 lines

  1. on mouseDown
  2.   if CheckForPopup() then
  3.     exit
  4.   end if
  5.   ClickButton(the clickOn)
  6.   DoMrMore("diverse\MMQuit", "more aktiv" & string(random(4)), 9, 0)
  7.   repeat with i = 1 to 48
  8.     set the puppet of sprite i to 0
  9.   end repeat
  10.   updateStage()
  11.   go("Ende")
  12. end
  13.