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

  1. on mouseEnter me
  2.   set the member of sprite the currentSpriteNum to "Show_R"
  3.   puppetSound(1, "Corner WAP")
  4. end
  5.  
  6. on mouseLeave me
  7.   set the member of sprite the currentSpriteNum to "Show_Kb"
  8.   puppetSound(1, 0)
  9. end
  10.  
  11. on mouseDown me
  12.   puppetSound(1, "Corner Click")
  13.   repeat while soundBusy(1)
  14.     updateStage()
  15.   end repeat
  16.   sound stop 1
  17.   go("Launch")
  18. end
  19.