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

  1. on mouseUp
  2.   puppetSound(1, 0)
  3.   set the text of field "infoField" to "At last our part is beginning to sound large, but we can still push things further. Try panning the Pro 52 and the Roland in opposite directions. Or take the harmony part, set up the same sound on a separate MIDI channel and pan this and the normal part in opposite directions."
  4.   repeat with x = 75 to 95
  5.     sprite(x).visible = 0
  6.   end repeat
  7.   sprite(78).visible = 1
  8.   if not soundBusy(1) then
  9.     puppetSound(1, "step4")
  10.   end if
  11. end
  12.