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

  1. on mouseUp
  2.   puppetSound(1, 0)
  3.   set the text of field "infoField" to "10. The hi-hats can be used to create a syncopated pattern against the shaker part we made earlier. In this screenshot we‚Äôve zoomed in on one bar of the groove to see the appropriate dynamics. Note the flourish at 1.2.1.131."
  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 79 to 1
  8.   if not soundBusy(1) then
  9.     puppetSound(1, "step5")
  10.   end if
  11. end
  12.