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

  1. on mouseUp
  2.   puppetSound(1, 0)
  3.   set the text of field "infoField" to "Of course we could go on forever trying to improve on our line but there comes a point where you can simply overcook the part. Instead, try spicing certain sections up a little by creating harmony parts such as we‚Äôve programmed from bar seven to the end of the section."
  4.   repeat with x = 75 to 95
  5.     sprite(x).visible = 0
  6.   end repeat
  7.   sprite(90).visible = 1
  8.   if not soundBusy(1) then
  9.     puppetSound(1, "2step6")
  10.   end if
  11. end
  12.