home *** CD-ROM | disk | FTP | other *** search
/ Computer Music Interactive 29 / CMi29.iso / pc / tutorials / 00074_tut2step3.ls < prev    next >
Encoding:
Text File  |  2000-12-01  |  490 b   |  12 lines

  1. on mouseUp
  2.   puppetSound(1, 0)
  3.   set the text of field "infoField" to "To add a degree of authenticity to their individual instrument parts, MIDI programmers can use the variations of the main tones found on most GM soundcards or modules. We‚Äôve found a superb acoustic bass noise menu and added some of these at random points."
  4.   repeat with x = 75 to 95
  5.     sprite(x).visible = 0
  6.   end repeat
  7.   sprite(87).visible = 1
  8.   if not soundBusy(1) then
  9.     puppetSound(1, "2step3")
  10.   end if
  11. end
  12.