home *** CD-ROM | disk | FTP | other *** search
/ Computer Music Interactive 18 / CMi18.iso / pc / tutorials / 00078_tut2step7.ls < prev    next >
Encoding:
Text File  |  2000-02-01  |  522 b   |  12 lines

  1. on mouseUp
  2.   puppetSound(1, 0)
  3.   set the text of field "infoField" to "For our final instrument we‚Äôre going to use an acoustic piano. Latin piano is actually not as difficult to replicate as you might think, especially if you build your part over several MIDI tracks. We‚Äôre going to use the above two chords as the basis for our part."
  4.   repeat with x = 75 to 95
  5.     set the visible of sprite x to 0
  6.   end repeat
  7.   set the visible of sprite 91 to 1
  8.   if not soundBusy(1) then
  9.     puppetSound(1, "2step7")
  10.   end if
  11. end
  12.