home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Creative Review 25
/
Creative-Review-CD-ROM-25.iso
/
pc
/
image
/
crmay97.dir
/
00092_Script_92
< prev
next >
Wrap
Text File
|
1997-05-02
|
320b
|
18 lines
on enterFrame
showObjects("1,2,3,4,5,6,7,8,9,10")
end
on exitFrame
global dest
put "none" into dest
hideObjects("13,46,47,48")
rollOver1("13,Winner 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