home *** CD-ROM | disk | FTP | other *** search
/ Computer Music Interactive 14 / CMi14.iso / pc / tutor / 00022_stage6.ls < prev    next >
Encoding:
Text File  |  1999-10-04  |  718 b   |  17 lines

  1. on mouseUp
  2.   puppetSound(1, 0)
  3.   set the text of field "Stepinfo" to "The snare hits are now placed on the second and fourth beat of each bar. As in our previous example, you may want to substitute the snares on either D2 or E2 for a different sounding one. Here we‚Äôve found one on G#7 which sounds slightly more suitable."
  4.   set the visible of sprite 20 to 0
  5.   set the visible of sprite 21 to 0
  6.   set the visible of sprite 22 to 0
  7.   set the visible of sprite 23 to 0
  8.   set the visible of sprite 24 to 0
  9.   set the visible of sprite 25 to 1
  10.   set the visible of sprite 26 to 0
  11.   set the visible of sprite 27 to 0
  12.   set the visible of sprite 28 to 0
  13.   if not soundBusy(1) then
  14.     puppetSound(1, "step6")
  15.   end if
  16. end
  17.