home *** CD-ROM | disk | FTP | other *** search
/ Computer Music Interactive 14 / CMi14.iso / pc / tutor1 / 00025_stage9.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 "34. We've now got everything in place, so all that's left is to perform a final mix in the er...Mixer. Open this in the same way as before (from the Windows menu or ctrl+M), and then tweak the levels and pan positions until everything sounds right (Step11)."
  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 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 1
  13.   if not soundBusy(1) then
  14.     puppetSound(1, "step9")
  15.   end if
  16. end
  17.