home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 10: University / CDAT10.iso / MENU2.DXR / Internal_51.ls < prev    next >
Encoding:
Text File  |  1999-10-20  |  135 b   |  12 lines

  1. on mouseEnter
  2.   cursor(280)
  3. end
  4.  
  5. on mouseLeave
  6.   cursor(0)
  7. end
  8.  
  9. on mouseDown
  10.   gotoNetPage(the pathName & "Unipublic/prensa1.htm")
  11. end
  12.