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

  1. on mouseUp
  2.   puppetSound(1, 0)
  3.   set the text of field "infoField" to "Using the previous arpeggio we can create another entirely unique version with the minimum of effort. All we have to do is copy the original part and go back into our transform window again, only this time selecting ‚Äòhalf speed‚Äô from the top left window.."
  4.   repeat with x = 75 to 95
  5.     sprite(x).visible = 0
  6.   end repeat
  7.   sprite(80).visible = 1
  8.   if not soundBusy(1) then
  9.     puppetSound(1, "step6")
  10.   end if
  11. end
  12.