home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games Central GT Digital… Q1 Premier Trimestre '99
/
GAME_CENTRAL.ISO
/
pc
/
data
/
menu.dir
/
00066_Script_66
< prev
next >
Wrap
Text File
|
1999-04-27
|
859b
|
35 lines
on mouseEnter me
global name_member
global name_sprite
set the member of sprite 21 = member "whitebox"
set the member of sprite 7 = member "ss12" 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 21 = member "bluebox"
set the text of member "SSsubtitle" to ""
set the member of sprite 7 = member "imager"
end
on mouseUp me
global name_sprite
set name_sprite = the name of member(the memberNum of the mousemember)
set name_sprite = the name of member (the mouseMember)
xtracopyScr
end if
end if