That would never happen. The sequence fires all the executions for the events, then the events handle all their logic at separate levels.
If you really want to be sure things happen one after another, make them one single execution thread.
That would never happen. The sequence fires all the executions for the events, then the events handle all their logic at separate levels.
If you really want to be sure things happen one after another, make them one single execution thread.