home *** CD-ROM | disk | FTP | other *** search
/ Computer Music Interactive 20 / CMi20.iso / pc / tutorials.dir / 00076_tut2step5.ls < prev    next >
Encoding:
Text File  |  2000-03-28  |  537 b   |  12 lines

  1. on mouseUp
  2.   puppetSound(1, 0)
  3.   set the text of field "infoField" to "We may want to use our second fill at any point within our main pattern, so it‚Äôs important to program it within this context. Here‚Äôs our ride cymbal pattern which is simply a variation of the theme of the ride in the main section. At this stage we‚Äôve left the second bar free."
  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 89 to 1
  8.   if not soundBusy(1) then
  9.     puppetSound(1, "2step5")
  10.   end if
  11. end
  12.