home *** CD-ROM | disk | FTP | other *** search
/ Web Developers Guide to Sound & Music / Web Developers Guide to Sound and Music.iso / mac / Cyber Sounds / Demo / Main.dxr / 00029.ls < prev    next >
Encoding:
Text File  |  1996-01-16  |  189 b   |  12 lines

  1. on mouseDown
  2.   puppetSound(0)
  3.   puppetSprite(20, 1)
  4.   set the ink of sprite 20 to 33
  5. end
  6.  
  7. on mouseUp
  8.   set the ink of sprite 20 to 5
  9.   puppetSprite(20, 0)
  10.   go("Intro", "OpenAnim.Dir")
  11. end
  12.