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

  1. on mouseUp
  2.   puppetSound(1, 0)
  3.   set the text of field "infoField" to "Now we can begin to expand on instrumentation a little more but, instead of adding more chordal parts on different instruments, we‚Äôre going to simply add a small lick that works around the overall groove using the obligatory garage organ sound at program change 17."
  4.   repeat with x = 75 to 95
  5.     sprite(x).visible = 0
  6.   end repeat
  7.   sprite(79).visible = 1
  8.   if not soundBusy(1) then
  9.     puppetSound(1, "step5")
  10.   end if
  11. end
  12.