home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Game Programming - All in One (3rd Edition)
/
game_prog_all_in_one_3rd_ed.iso
/
start.exe
/
start.dxr
/
00023_links.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
|
2006-09-19
|
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