home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games Central GT Digital… Q3 Premier Trimestre '98
/
GT_DPK.ISO
/
pc
/
data
/
menu.dxr
/
00057.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
|
1995-08-25
|
281 bÂ
|
19 lines
on mouseUp
global Greturn
if Greturn = "p" then
go("plo")
end if
if Greturn = "r" then
go("release")
end if
if Greturn = "w" then
go("weblink")
end if
if Greturn = "a" then
go("about")
end if
if Greturn = "c" then
go("contact")
end if
end