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

  1. on mouseUp
  2.   puppetSound(1, 0)
  3.   set the text of field "infoField" to "Using the half and double speed functions within the Transform window can lead to some awesome results on an abundance of different instruments. Here is the result of taking a very slow piano part and doubling the speed repeatedly until we‚Äôre left with a neat fill."
  4.   repeat with x = 75 to 95
  5.     sprite(x).visible = 0
  6.   end repeat
  7.   sprite(81).visible = 1
  8.   if not soundBusy(1) then
  9.     puppetSound(1, "step7")
  10.   end if
  11. end
  12.