home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
UnrealScript Game Programming All in One
/
UnrealScriptGameProgrammingAllInOne.iso
/
start.exe
/
start.dxr
/
00023_links.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2006-03-10
|
171 b
|
15 lines
on hyperlinkClicked me, choice
if choice = EMPTY then
exit
end if
gotoNetPage(choice)
end
on mouseEnter me
cursor(280)
end
on mouseLeave me
cursor(-1)
end