Hello;
In the event file things are supposed to execute from top to bottom--however, "On left button clicked" event executes before "On left button clicked on Object" event--regardless of the order of the two click events in the event file.
I want to skip the "on left button clicked" event if an object is clicked. I was going to set a flag in "on left button clicked on Object" to do this--however they execute in the wrong order.
Is there a way to do this?
thanks for your time.
yours winkr7