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

  1. on mouseUp
  2.   puppetSound(1, 0)
  3.   set the text of field "infoField" to "9. Now we move onto the Hi and Lo Agogos. Here, we see a simple pattern which you‚Äôll no doubt recognise as soon as you hear it. The trick with agogos is not to use them constantly throughout a track as their frequencies can make them somewhat annoying."
  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 86 to 1
  8.   if not soundBusy(1) then
  9.     puppetSound(1, "2step2")
  10.   end if
  11. end
  12.