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

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