This has got to be a dumb question. I have designed my entire game and its works near perfectly. The game starts and the player using the platform behavior simulates movement to the right when a global variable is set to 1. The only input the client should ever have is to jump when necessary using spacebar. However, during testing I noticed that if the player pushes the left or right arrow keys they still have control to do that. I figured, easy fix, just disable left and right inputs, yet I can't for the life of me figure out how to do that. I'm probably just tired and not thinking strait, but if anyone could send me a hint, that would be great, thanks!