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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-07-31
|
262 b
|
17 lines
on mouseEnter
member("FifthLink").line[1].foreColor = 15
end
on mouseLeave
member("FifthLink").line[1].foreColor = 3
end
on mouseUp
open(browserName())
gotoNetPage("http://technology.pitt.edu/software/index.html")
end
on mouseWithin
cursor(280)
end