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

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