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

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