home *** CD-ROM | disk | FTP | other *** search
/ Computer Music Interactive 18 / CMi18.iso / pc / intro / 00021_BottomButton.ls < prev    next >
Encoding:
Text File  |  1999-12-08  |  116 b   |  8 lines

  1. on mouseUp
  2.   repeat with x = 1 to 120
  3.     set the puppet of sprite x to 0
  4.   end repeat
  5.   updateStage()
  6.   quit()
  7. end
  8.