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

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