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

  1. on mouseEnter
  2.   member("Doc13").line[1].foreColor = 15
  3. end
  4.  
  5. on mouseLeave
  6.   member("Doc13").line[1].foreColor = 3
  7. end
  8.  
  9. on mouseWithin
  10.   cursor(280)
  11. end
  12.  
  13. on mouseUp
  14.   open(browserName() & " " & the moviePath & "Docs\EnterNetWin.pdf")
  15. end
  16.