I setup a Menu Button that when clicked, it should toggle the menu layer Visible/Invisible. I thought it would be a relatively simple block, but apparently I've done something wrong.
Menu Button - On Clicked
~[Sub] System - Layer 1 is not Visible > System - Set Layer 1 to Visible
~[Sub] System - Layer 1 is Visible > System - Set Layer 1 to Invisible
What's going wrong? When I click it, it will turn the Menu layer on, but then it won't turn off. The only possibility I can think of, is that the Button itself doesn't persist between layers, even though it appears to and can apparently be clicked. :/
Any solutions would be appreciate.