home *** CD-ROM | disk | FTP | other *** search
/ .net 1999 December / netCD65.iso / pc / madasafish / madfish.exe / madfish.dxr / 00107_mouse.ls < prev    next >
Encoding:
Text File  |  1999-05-20  |  309 b   |  15 lines

  1. on mouseLeave me
  2.   set the member of sprite the currentSpriteNum to member("blankman")
  3.   updateStage()
  4.   set the castNum of sprite 20 to 85
  5. end
  6.  
  7. on mouseWithin me
  8.   set the member of sprite the currentSpriteNum to member("gobackman")
  9.   set the castNum of sprite 20 to 91
  10. end
  11.  
  12. on mouseDown me
  13.   go("Menu")
  14. end
  15.