my game loop

OK since I didn’t get any responses last time I have decided to update the game engine that I am working on.
This time around it has a map that you can scroll around and all the objects (balls) are local to the map. Just make sure that your screen is in 1024x768 resolution and compile the driver.java file and run it. You can change the number of balls and the frame rate in there. One question, when too many balls are moving across the screen and you scroll, the animation gets slower. besides using more efficient pics of the sphere, will making the sphere a volatile image help make the scrolling smoother? Oh and the balls get random values each time you run so you can run the prog several times with dif results. If it doesnt run the first time try it again :slight_smile: Please any comments would be greatly appreciated

http://www.angelfire.com/clone/wolfbane/game.rar