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

  1. global gTileName
  2.  
  3. on mouseEnter me
  4.   set the member of sprite the currentSpriteNum to "Cat_R"
  5.   puppetSound(1, "Corner WAP")
  6. end
  7.  
  8. on mouseLeave me
  9.   set the member of sprite the currentSpriteNum to "Cat_Kb"
  10.   puppetSound(1, 0)
  11. end
  12.  
  13. on mouseDown me
  14.   puppetSound(1, "Corner Click")
  15.   updateStage()
  16.   go(1, "Cat")
  17. end
  18.