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

  1. on mouseUp
  2.   puppetSound(1, 0)
  3.   set the text of field "infoField" to "17. Finally, you may wish to start adding other instrumentation such as the typical latin piano part seen here. The trick to remember with parts such as these is that they are usually played in a major key to establish the ‚Äòup‚Äô vibe."
  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 82 to 1
  8.   if not soundBusy(1) then
  9.     puppetSound(1, "step8")
  10.   end if
  11. end
  12.