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

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