I have a 2d side scroller, and it seems that when the background is dark / uncomplicated there is no problem. When I move to a brighter and more complicated background however, the scrolling seems weird. Either it’s glitching or maybe it’s just a bad choice for a background.
At the moment I’m updating by using Timer.scheduleAtFixedRate, which on it’s own might be a bad way of doing things. The “problem” with the background got slightly better when I updated more often… but that won’t fly because that slows everything else down ( I need two windows open while I can test the multiplayer aspects ) And even then it still looks too blury when in motion.
Anyhow you can take a look here: www.homph.com/VampireHack.jar
The background off to the right with the trees is what is bothering me… nevermind the flying inactive second player