home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games Central GT Digital… Q1 Premier Trimestre '99
/
GAME_CENTRAL.ISO
/
pc
/
data
/
menu.dir
/
00034_Script_34
< prev
next >
Wrap
Text File
|
1999-04-27
|
648b
|
34 lines
Global Ggame, Gicon, Gpagenum, Glogo, Glang
on mouseEnter me
if Glang = "e" then
set Ggame =13
end if
if Glang = "f" then
set Ggame =13
end if
if Glang = "g" then
set Ggame =13
end if
gamecheck
logocheck
end
on mouseLeave me
set the member of sprite 5 = member 26 of castlib "biglogo"
set the member of sprite 37 = member "developer" of castlib "aboutgt"
set the blend of sprite 49 to 20
set the blend of sprite 50 to 20
set the blend of sprite 51 to 20
set the blend of sprite 52 to 20
end
on mousedown
global Gback
thesound
set Gback to 1
go "game"
end