home *** CD-ROM | disk | FTP | other *** search
/ Computer Music Interactive 30 / CMi30.iso / pc / tutorials / 00074_tut2step3.ls < prev    next >
Encoding:
Text File  |  2001-01-04  |  452 b   |  12 lines

  1. on mouseUp
  2.   puppetSound(1, 0)
  3.   set the text of field "infoField" to "Because garage is very much a groove based genre, often you‚Äôll find that a main theme such as we have here will be used throughout the song, with minor changes introduced here and there to help lift certain sections. "
  4.   repeat with x = 75 to 95
  5.     sprite(x).visible = 0
  6.   end repeat
  7.   sprite(87).visible = 1
  8.   if not soundBusy(1) then
  9.     puppetSound(1, "2step3")
  10.   end if
  11. end
  12.