home *** CD-ROM | disk | FTP | other *** search
/ Computer Music Interactive 14 / CMi14.iso / pc / quit / 00009_YesButton.ls < prev    next >
Encoding:
Text File  |  1999-10-18  |  154 b   |  10 lines

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