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

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