home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Creative Review 23
/
Creative-Review-CD-ROM-23.iso
/
mac
/
IMAGE
/
crapr97.dir
/
00313_Script_313
< prev
next >
Wrap
Text File
|
1997-03-11
|
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