home *** CD-ROM | disk | FTP | other *** search
/ Disney Interactive Software Sampler 1998 to 1999 / DISNEY99.ISO / Media / Cat.dxr / 00014_•C7.ls < prev    next >
Encoding:
Text File  |  1998-11-16  |  331 b   |  18 lines

  1. on mouseEnter me
  2.   puppetSound(1, "Plastic Jug Hit")
  3.   updateStage()
  4.   set the member of sprite the currentSpriteNum to "Cat7R"
  5. end
  6.  
  7. on mouseLeave me
  8.   puppetSound(1, 0)
  9.   updateStage()
  10.   set the member of sprite the currentSpriteNum to "Cat7Kb"
  11. end
  12.  
  13. on mouseDown me
  14.   puppetSound(1, "Bottle Pop 2")
  15.   updateStage()
  16.   go("C7")
  17. end
  18.