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

  1. on mouseUp
  2.   puppetSound(1, 0)
  3.   set the text of field "infoField" to "1. We‚Äôre going to start our Samba pattern with the Surdo on D#6 and a tempo of 120bpm. Here, we‚Äôve placed the majority of hits on beats 2 and 4 of each bar. However, we‚Äôve changed the fourth bar slightly to turn the beat around and add a little interest."
  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 75 to 1
  8.   if not soundBusy(1) then
  9.     puppetSound(1, "step1")
  10.   end if
  11. end
  12.