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