Hi, got a simple problem - when I call up a message box (with or without individual ID), and click on the message box button while it is over one of my menu buttons, the click registers for both buttons. Is there a way to prevent this?
It only happens to the message box further down in the event list - the upper one doesn't have this problem. I tried ELSE but it just reverses the problem.
I've tried adding a "message box is open" flag, and setting it to 1 when calling a message box and zero once a message box button is pressed, and setting that as a condition for the menu buttons, but still doesn't work.
I'm probably missing something simple - thanks for any help.