home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Creative Review 21
/
Creative-Review-CD-ROM-21.iso
/
pc
/
willi.dir
/
00192_Script_192
< prev
next >
Wrap
Text File
|
1997-01-14
|
809b
|
43 lines
on exitFrame
go the frame
-- rollovers
if rollover(24) then
set the visible of sprite 31 to 1
else
set the visible of sprite 31 to 0
end if
if rollover(25) then
set the visible of sprite 32 to 1
else
set the visible of sprite 32 to 0
end if
if rollover(26) then
set the visible of sprite 33 to 1
else
set the visible of sprite 33 to 0
end if
if rollover(27) then
set the visible of sprite 34 to 1
else
set the visible of sprite 34 to 0
end if
if rollover(28) then
set the visible of sprite 35 to 1
else
set the visible of sprite 35 to 0
end if
if rollover(29) then
set the visible of sprite 36 to 1
else
set the visible of sprite 36 to 0
end if
end