Originally Posted by kraen
The problem is when I go to make the event condition that reads "when the user clicks the button AND (flag1 is off OR flag 2 is off OR flag 3 is off)".. they should get an error message.
As it stands, the playback is reading it as "if the user presses the button OR (flag1 is off OR flag 2 is off OR flag 3 is off)."
I've tried filtered and logical ORs.. they both seem to get the same result.
My event reads like this:
Button Clicked
Object 1 flag is off
OR
Object 2 flag is off
OR
Object 3 flag is off