I have a problem. I need to be able to perform character actions in both directions (left and right) so I'm using a direction flag to decide either to add or subtract velocity to an object position. The problem I have is when the player kicks a boss, in order to fall in the correct direction, it has to EOR direction flags and negate velocity if they're facing opposite directions. Anybody know of a way to fix this problem?