home *** CD-ROM | disk | FTP | other *** search
/ Computer Music Interactive 29 / CMi29.iso / pc / tutorials / 00079_tut2step8.ls < prev    next >
Encoding:
Text File  |  2000-12-01  |  502 b   |  12 lines

  1. on mouseUp
  2.   puppetSound(1, 0)
  3.   set the text of field "infoField" to "Finally, we‚Äôre in love with our Steinberg Model‚Ä¢E so we‚Äôve duplicated the guitar part and assigned it to a lead sound on this. We‚Äôve then panned the Model‚Ä¢E to the left and the guitar part to the right of the stereo spectrum to help add some space to our mix."
  4.   repeat with x = 75 to 95
  5.     sprite(x).visible = 0
  6.   end repeat
  7.   sprite(92).visible = 1
  8.   if not soundBusy(1) then
  9.     puppetSound(1, "2step8")
  10.   end if
  11. end
  12.