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

  1. on mouseUp
  2.   puppetSound(1, 0)
  3.   set the text of field "infoField" to "Of course, these will sound totally out of context if you don‚Äôt assign the same pan position, reverb value etc, as the original instrument. Make sure you apply the same care and attention to detail even with these extraneous noises."
  4.   repeat with x = 75 to 95
  5.     sprite(x).visible = 0
  6.   end repeat
  7.   sprite(88).visible = 1
  8.   if not soundBusy(1) then
  9.     puppetSound(1, "2step4")
  10.   end if
  11. end
  12.