home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Creative Review 20
/
Creative-Review-CD-ROM-20.iso
/
pc
/
image
/
tibcr972.dir
/
00404_Script_404
< prev
next >
Wrap
Text File
|
1996-11-25
|
269b
|
14 lines
on exitFrame
global dest
put "none" into dest
hideObjects("9,10,46,47,48")
rollOver1("9,Competition 3,10,Pre Competition,46,Contents,47,Help,48,Quit")
go the frame
end
on mouseUp
global dest
if dest <> "none" then
go to dest
end if
end