home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Invenzioni E Inventori 1: Lavoro E Vita Quotidiana
/
invenzioni-inventori-1.iso
/
pc
/
file
/
isigla.dir
/
00006_Script_6
< prev
next >
Wrap
Text File
|
1997-10-06
|
598b
|
33 lines
on exitFrame
if rollover(11) then
set the visible of sprite 12 to true
else
set the visible of sprite 12 to false
end if
if rollover(2) or rollover(3) then
set the visible of sprite 4 to true
else
set the visible of sprite 4 to false
end if
if rollover(5) then
set the visible of sprite 6 to true
else
set the visible of sprite 6 to false
end if
if rollover(9) then
set the visible of sprite 10 to true
else
set the visible of sprite 10 to false
end if
go to the frame
end