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

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