I am having an issue where when using the keys 'e' and 's' (maybe more?) all my Actor will start delaying a second before moving after using those keys for a few seconds. For example: I have two simple actors that use the arrow keys and wasd to move. If just the arrow keys are used, there is no problem. If just 'w', 'a', 'd' are used, no problem. But when I use 's', both Actors delay a second or two when any movement key is pressed. This remains an issue even after reset is pressed. I must close Greenfoot to get it back to normal.
After more testing, this happens when I press the 's' or 'e' keys even when then aren't being checked. So, if I have one Actor using the arrow keys and then randomly press the 's' or 'e' key, the Actor will start to delay in moving.
I found a game in Scenarios that should cause the same issue: http://www.greenfoot.org/scenarios/5354
When playing on the website, it works fine. When I download the Greenfoot project and play on my computer, the error happens which make me think this is a bug in the newest version of Greenfoot since this game was made on an older version. This has been the case on the 5 other of my student's computers I have test this on.
Any advice would be great.
Thanks.

