home *** CD-ROM | disk | FTP | other *** search
/ .net 2000 August / NET74.ISO / pc / madasafish / madfish.exe / madfish.dxr / 00098_exit.ls < prev    next >
Encoding:
Text File  |  1999-05-20  |  208 b   |  12 lines

  1. on mouseDown me
  2.   quit()
  3. end
  4.  
  5. on mouseWithin me
  6.   set the member of sprite the currentSpriteNum to member("exit1")
  7. end
  8.  
  9. on mouseLeave me
  10.   set the member of sprite the currentSpriteNum to member("exit2")
  11. end
  12.