home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
cyberXperience
/
c11.ISO
/
cyberaz
/
intro.dxr
/
00039.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
|
1996-05-14
|
213 b
|
14 lines
on mouseUp
global full_video, idioma
set full_video to 0
if idioma = 1 then
go("normal_eng")
else
if idioma = 2 then
go("normal_esp")
else
go("normal_fran")
end if
end if
end