home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 January / Chip_1999-01_cd.bin / kaleid / VSSKB / VSSKB95.EXE / Kb256.dxr / 00122_zpet.ls < prev    next >
Encoding:
Text File  |  1998-11-23  |  268 b   |  18 lines

  1. on mouseEnter me
  2.   cursor(260)
  3. end
  4.  
  5. on mouseLeave me
  6.   cursor(0)
  7. end
  8.  
  9. on mouseUp me
  10.   set the member of sprite the currentSpriteNum to "zpetup"
  11.   go("MENU")
  12.   sound fadeOut 1, 3 * 60
  13. end
  14.  
  15. on mouseDown me
  16.   set the member of sprite the currentSpriteNum to "zpetdn"
  17. end
  18.