I am experimenting with getting a greenfoot scenario to start as soon as it is launched. In the world constructor, I use the method "Greenfoot.start();". It does work, and the actors act, but greenfoot won't detect any keyboard input. Does anyone know how to fix this?