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

  1. on mouseUp
  2.   puppetSound(1, 0)
  3.   set the text of field "infoField" to "If we simply copied our snare part across to the fourth bar and looped it, it would soon become obvious that we were listening to a loop. To avoid this, we need to make changes as our pattern evolves. Here‚Äôs a close-up of a different snare motif placed within the fourth bar."
  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 78 to 1
  8.   if not soundBusy(1) then
  9.     puppetSound(1, "step4")
  10.   end if
  11. end
  12.