home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Creative Review 23
/
Creative-Review-CD-ROM-23.iso
/
pc
/
image
/
crapr97.dir
/
00114_Script_114
< prev
next >
Wrap
Text File
|
1997-03-11
|
367b
|
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 Winner Competition,10,12,Pre About Competition")
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