home *** CD-ROM | disk | FTP | other *** search
/ Disney Interactive Software Sampler 1998 to 1999 / DISNEY99.ISO / Media / No02.dxr / 00008_•Try.ls < prev    next >
Encoding:
Text File  |  1998-11-17  |  267 b   |  14 lines

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