Hierarchy is flat on this form. All shapes, text, circles, etc. are on
the same level. I have two buttons, ButtonY and ButtonN and one circle
at this point.The script for ButtonY is:-----
topmostSubform.Page1.ButtonY::click: - (JavaScript, client)
----------------------------------xfa.form.topmostSubform.Page1.ButtonN.fontColor="255,0,0"xfa.form.topmostSubform.Page1.Circle1.presence="invisible"For
ButtonN:----- topmostSubform.Page1.ButtonN::click: - (JavaScript,
client)
-------------------------...