home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Creative Review 30
/
Creative-Review-CD-ROM-30.iso
/
mac
/
IMAGE
/
Image.dir
/
00298_Script_298
< prev
next >
Wrap
Text File
|
1997-09-29
|
516b
|
21 lines
on enterFrame
showObjects("1,2,3,4,5,6,7,8,9,10,11,12,13,43")
end
on exitFrame
global dest
put "none" into dest
hideObjects("14,15,16,17,18,19,20,21,22,23,24,25,46,47,48")
rollOver2("14,20,Pre Photography 1,15,21,Pre Illustration 1,16,22,Pre Film,17,23,Pre News & Views,18,24,Pre Competition,19,25,Pre About")
rollOver1("46,Introduction,47,Help,48,Quit")
rollOverDisp3("6,20,21,22")
go the frame
end
on mouseUp
global dest
if dest <> "none" then
go to dest
end if
end