16
Ask a Question / Can you control the order of execution of behaviors?
« on: July 25, 2011, 05:53:16 pm »
I have an actor with four behaviors, each of which has a handler for collision. Is there a way I can control in what order the four handlers execute? One way to solve this would be to put all the collision code in one behavior, but I'd like to keep the behaviors as independent as possible.