home *** CD-ROM | disk | FTP | other *** search
/ Computer Music Interactive 14 / CMi14.iso / pc / tutor / 00018_stage2.ls < prev    next >
Encoding:
Text File  |  1999-10-04  |  736 b   |  17 lines

  1. on mouseUp
  2.   puppetSound(1, 0)
  3.   set the text of field "Stepinfo" to "For those of you who don‚Äôt own an SC8850 you may well need to tailor your sound using controller 74, which you should remember is our filter cutoff controller. Reduce the value from the default setting of 64 until you remove all the treble and have a low pulsing groove."
  4.   set the visible of sprite 20 to 0
  5.   set the visible of sprite 21 to 1
  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 0
  13.   if not soundBusy(1) then
  14.     puppetSound(1, "step2")
  15.   end if
  16. end
  17.