smooth scrolling

Started by
12 comments, last by jagguy 17 years, 8 months ago
Well having taking a screen shot while scrolling the image looks clear and normal. So I might mean themonitor or that smooth scrolling isn't being achived with 80 pixels per second at 4 pixel increments
Advertisement
Did you add in any sprites? If you did, does the sprites blur too? If so then it might be a hardware issue and you should try to run your executable on another machine.

Otherwise if the sprites do not blur, there is probably something wrong with your scrolling algorithm.

People have sort of suggested this before, but if you're using, say, and LCD screen, you'll have a problem known as 'ghosting', where the previous couple milliseconds will still be slightly visible. If you're not using a CRT, this might be your problem, and if so, there's nothing you can do about it. Do other programs do this as well?
I have a CRT and sprites and I think this may be a normal thing. What about the software processing instead of hardware in dx setup?

This topic is closed to new replies.

Advertisement