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

  1. on mouseUp me
  2.   set the volume of sound 1 to 250
  3.   sound fadeIn 1, 30
  4.   go("akce")
  5.   cursor(0)
  6. end
  7.  
  8. on mouseEnter me
  9.   cursor(260)
  10. end
  11.  
  12. on mouseLeave me
  13.   cursor(0)
  14. end
  15.