I have recently created a basic scrolling world
http://www.greenfoot.org/scenarios/12033
The issue I have is that when I run the scenario on my pc, the frame rate drops horribly and I am wondering how to maintain a good frame rate.


1 2 | t.drawImage(test, x, y); setBackground(t); |