1 Attachment(s)
Checking and unchecking custom menu bar items
I'm having a problem that I can't solve for the life of me. I made a custom menu item in the menu bar editor. It is checked by default. I have my events set up to check and uncheck the item but it will not uncheck it. Here is what my events look like:
Attachment 5585
The strange part is if I swap event line 29 with event line 30 it will let you uncheck the item, but then you can't check it back when you go select it again. The only thing I can figure is that there is a problem with it running all of those events at once since the menu selection is a red event. It also doesn't make a difference if I switch the order of the conditions so that "menu option selected" is on the bottom. I don't see anything else in the event editor that would let me overcome that issue in the menu bar events. Apparently I'm not grasping how those events work.
I could maybe overcome this if I have two menu items, "Show Grid" and "Hide Grid" and have them check and uncheck one another, but I don't want to do it that way.