Sprites are acting as if the pressed direction key is still being pressed, and usually won’t register another keypress in any other direction. If I press left, the sprite moves left, but it won’t stop/jump/move right when those keys are pressed. If I go right, and then press left, it does change direction, but then shows the previous behavior. And if I press jump and release it, the sprite just jumps, over and over.
Now if I click on something else, like the console, then the sprite instantly stops, and I can press any other direction key to get them moving, but the behavior kicks in again.
Has anyone seen this? I’m running in Chrome, if that makes a difference.
Thanks everyone