home *** CD-ROM | disk | FTP | other *** search
/ Computer Music Interactive 18 / CMi18.iso / pc / sampler / 00032_sample1.ls < prev    next >
Encoding:
Text File  |  2000-02-02  |  203 b   |  10 lines

  1. on mouseUp
  2.   puppetSound(1, 0)
  3.   repeat with x = 55 to 65
  4.     set the visible of sprite x to 0
  5.   end repeat
  6.   set the visible of sprite 55 to 1
  7.   puppetSound(1, 0)
  8.   puppetSound(1, "Picked Chord D")
  9. end
  10.