home *** CD-ROM | disk | FTP | other *** search
/ Computer Music Interactive 30 / CMi30.iso / pc / intro / 00021_BottomButton.ls < prev    next >
Encoding:
Text File  |  2000-10-10  |  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.