home *** CD-ROM | disk | FTP | other *** search
/ University of Pittsburgh…tware Toolkit - Fall 2002 / Toolkit.iso / pc / Toolkit.exe / Toolkit.dxr / Internal_101.ls < prev    next >
Encoding:
Text File  |  2002-07-31  |  262 b   |  17 lines

  1. on mouseEnter
  2.   member("FifthLink").line[1].foreColor = 15
  3. end
  4.  
  5. on mouseLeave
  6.   member("FifthLink").line[1].foreColor = 3
  7. end
  8.  
  9. on mouseUp
  10.   open(browserName())
  11.   gotoNetPage("http://technology.pitt.edu/software/index.html")
  12. end
  13.  
  14. on mouseWithin
  15.   cursor(280)
  16. end
  17.