PDA

Click to See Complete Forum and Search --> : Unsteady graphics


MPrestonf12
Aug 12th, 2000, 11:59 AM
in my pong game I need to be able to move the paddle so I used
picpaddle.move X,y ' under the mouse move sub.
When you move the paddle quickly across the screen it seems to get "stuck" and then move. Can i use bitblt and will it be smoother?

Aug 12th, 2000, 12:10 PM
Yes, BitBlt is a better approach.

parksie
Aug 12th, 2000, 05:20 PM
If you're using BitBlt, then there will be enough extra cycles to make double-buffering possible. Although for maximum speed, use DirectDraw.