home *** CD-ROM | disk | FTP | other *** search
/ Computer Music Interactive 30 / CMi30.iso / pc / sampler / 00032_sample1.ls < prev    next >
Encoding:
Text File  |  2000-11-07  |  143 b   |  8 lines

  1. on mouseUp
  2.   puppetSound(1, member("C7PLUC~1"))
  3.   repeat with x = 55 to 65
  4.     sprite(x).visible = 0
  5.   end repeat
  6.   sprite(55).visible = 1
  7. end
  8.