home *** CD-ROM | disk | FTP | other *** search
/ Computer Music Interactive 14 / CMi14.iso / pc / tutor1 / 00021_stage5.ls < prev    next >
Encoding:
Text File  |  1999-10-18  |  702 b   |  17 lines

  1. on mouseUp
  2.   puppetSound(1, 0)
  3.   set the text of field "Stepinfo" to "24. We should all now have a 2 bar bass loop recorded, and we want to copy this from bar 7 to the end of the song (bar 32). The procedure for this is the same as with the audio parts, so copy, then paste 13 repetitions from bar 7 (Step5)."
  4.   set the visible of sprite 20 to 0
  5.   set the visible of sprite 21 to 0
  6.   set the visible of sprite 22 to 0
  7.   set the visible of sprite 23 to 0
  8.   set the visible of sprite 24 to 1
  9.   set the visible of sprite 25 to 0
  10.   set the visible of sprite 26 to 0
  11.   set the visible of sprite 27 to 0
  12.   set the visible of sprite 28 to 0
  13.   if not soundBusy(1) then
  14.     puppetSound(1, "step5")
  15.   end if
  16. end
  17.