home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Creative Review 25
/
Creative-Review-CD-ROM-25.iso
/
pc
/
image
/
crmay97.dir
/
00323_Script_323
< prev
next >
Wrap
Text File
|
1997-05-02
|
337b
|
19 lines
on enterFrame
showObjects("1,2,3,4,5,6,7,8,9,10")
end
on exitFrame
global dest
put "none" into dest
hideObjects("12,13,46,47,48")
rollOver1("12,Views 2,46,News & Views,47,Help,48,Quit")
rollOver2("7,13,none")
go the frame
end
on mouseUp
global dest
if dest <> "none" then
go to dest
end if
end