home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Invenzioni E Inventori 1: Lavoro E Vita Quotidiana
/
invenzioni-inventori-1.iso
/
mac
/
Invenzio
/
Citta
/
shared.cst
/
03126_Script_3126
< prev
Wrap
Text File
|
1997-10-14
|
1KB
|
44 lines
on ATT_HILITE dacast, acast, deltaspr, deltacast, nohiuno, nohidue,deltascritta
global men,attore,menubar
set elewin to string (the windowlist)
if offset ("menubar",elewin) > 0 then
if the visible of menubar then exit
end if
if offset ("popup",elewin) > 0 then
if the visible of window "popup" then exit
end if
repeat while the mousecast >=dacast and the mousecast <= acast
set miohilite = the mousecast
if miohilite >=dacast and miohilite <= acast then
repeat with mm = dacast to acast
set the castnum of sprite (mm-deltaspr) to mm
if not voidp (deltascritta) then
set the visible of sprite (mm-deltascritta) to false
end if
end repeat
set the castnum of sprite (miohilite-deltaspr) to (miohilite+deltacast)
if not voidp (deltascritta) then
set the visible of sprite (miohilite-deltascritta) to true
end if
updatestage
end if
end repeat
if the mousecast = nohiuno or the mousecast = nohidue then
repeat with mm = dacast to acast
set the castnum of sprite (mm-deltaspr) to mm
if not voidp (deltascritta) then
set the visible of sprite (mm-deltascritta) to false
end if
end repeat
end if
end