home *** CD-ROM | disk | FTP | other *** search
/ Computer Music Interactive 30 / CMi30.iso / pc / tutorials / 00079_tut2step8.ls < prev    next >
Encoding:
Text File  |  2001-01-04  |  507 b   |  12 lines

  1. on mouseUp
  2.   puppetSound(1, 0)
  3.   set the text of field "infoField" to "Last of all we‚Äôre going to add the snare drum. Again this works against the kick and toms, but also it plays at a different point to the claps used on the LM‚Ä¢4. We‚Äôve also put a few snare grace notes in during bar nine to give the impression of a real drummer playing."
  4.   repeat with x = 75 to 95
  5.     sprite(x).visible = 0
  6.   end repeat
  7.   sprite(92).visible = 1
  8.   if not soundBusy(1) then
  9.     puppetSound(1, "2step8")
  10.   end if
  11. end
  12.