home *** CD-ROM | disk | FTP | other *** search
/ Hacker CD 2 / HACKER_CD.iso / Hacker_CD / kitch.dxr / 00119_installkitcochon.ls < prev    next >
Encoding:
Text File  |  2003-04-09  |  148 b   |  14 lines

  1. on mouseUp me
  2.   global choixkit
  3.   choixkit = 1
  4.   open(window("install"))
  5. end
  6.  
  7. on mouseEnter me
  8.   cursor(280)
  9. end
  10.  
  11. on mouseLeave me
  12.   cursor(-1)
  13. end
  14.