home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Creative Review 23
/
Creative-Review-CD-ROM-23.iso
/
mac
/
IMAGE
/
crapr97.dir
/
00317_Script_317
< prev
next >
Wrap
Text File
|
1997-03-11
|
333b
|
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("12,14,46,47,48")
rollOver1("12,none,14,About Competition 2,46,Competition,47,Help,48,Quit")
go the frame
end
on mouseUp
global dest
if dest <> "none" then
go to dest
end if
end