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

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