home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games Central GT Digital… Q1 Premier Trimestre '99
/
GAME_CENTRAL.ISO
/
pc
/
data
/
menu.dir
/
00104_Script_104
< prev
next >
Wrap
Text File
|
1999-04-27
|
1KB
|
40 lines
on mouseEnter me
global name_member
global name_sprite
set the member of sprite 12 = member "whitebox"
set the member of sprite 7 = member "wip3" of castlib "gameimages"
if the name of member (the mousemember) contains "tif" then
if the mousemember <> VOID then
set name_member = the name of member(the mousemember)
set the text of member "SSsubtitle" to name_member
end if
else
set the text of member "SSsubtitle" to ""
end if
end
on MouseLeave
set the member of sprite 12 = member "bluebox"
set the member of sprite 7 = member "imager"
set the text of member "SSsubtitle" to ""
end
on mouseUp me
global name_sprite
gamecheck
-- if the name of member(the memberNum of the mousemember) contains "glow" then
if the name of member (the mousemember) contains "glow" then
nothing
else
set name_sprite = the name of member (the mouseMember)
xtracopyartwork
end if
end
end if