home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Creative Review 23
/
Creative-Review-CD-ROM-23.iso
/
mac
/
IMAGE
/
crapr97.dir
/
00318_Script_318
< prev
next >
Wrap
Text File
|
1997-03-11
|
346b
|
18 lines
on enterFrame
showObjects("1,2,3,4,5,6,7,8,9,10,11")
end
on exitFrame
global dest
put "none" into dest
hideObjects("13,14,46,47,48")
rollOver1("13,About Competition,14,About Competition 3,46,Competition,47,Help,48,Quit")
go the frame
end
on mouseUp
global dest
if dest <> "none" then
go to dest
end if
end