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

  1. on mouseUp
  2.   puppetSound(1, 0)
  3.   set the text of field "Stepinfo" to "21. Finally, it's time to record the bass part. There are several of doing this, the first being the real-time method. Next to the play button in the Transport is a red record button; hit this and you can play in your bassline on your MIDI keyboard (Step4)."
  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 1
  8.   set the visible of sprite 24 to 0
  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, "step4")
  15.   end if
  16. end
  17.