home *** CD-ROM | disk | FTP | other *** search
/ Hacker CD 2 / HACKER_CD.iso / Hacker_CD / Hacker_CD.exe / Hacker_CD.dxr / 00003.ls < prev    next >
Encoding:
Text File  |  2002-11-05  |  116 b   |  13 lines

  1. on mouseEnter
  2.   cursor(280)
  3. end
  4.  
  5. on mouseLeave
  6.   cursor(-1)
  7. end
  8.  
  9. on mouseUp
  10.   play movie "Sos.dir"
  11.   cursor(-1)
  12. end
  13.