home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 2000 December
/
macformat-097.iso
/
MF Data
/
Behaviours
/
00016_Script_weblinks
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2000-10-10
|
258 b
|
13 lines
on mouseEnter
put the text of member("weblinks","Texts") into member("InfoText","Texts")
end
on mouseDown
put empty into member("InfoText","Texts")
go to frame "weblinks"
end
on mouseLeave
put empty into member("InfoText","Texts")
end