home *** CD-ROM | disk | FTP | other *** search
/ Computer Music Interactive 18 / CMi18.iso / pc / tutorials / 00072_tut2step1.ls < prev    next >
Encoding:
Text File  |  2000-02-01  |  519 b   |  12 lines

  1. on mouseUp
  2.   puppetSound(1, 0)
  3.   set the text of field "infoField" to "8.Now we see our final kick drum part with internal movement and dynamics. Note that the emphasis is placed firmly on the downbeat with this instrument, and that all preceding hits are much lower in velocity. This is particularly characteristic of Samba patterns.."
  4.   repeat with x = 75 to 95
  5.     set the visible of sprite x to 0
  6.   end repeat
  7.   set the visible of sprite 85 to 1
  8.   if not soundBusy(1) then
  9.     puppetSound(1, "2step1")
  10.   end if
  11. end
  12.