-
I am trying to write a simple game that involves moving a character/sprite around a screen. I've set it up as an image and am adjsuting the top and left properties to move it. Unfortunately I get a flicker where the image moves from and goes to. Is there a way to cure this or a better way of doing it altogether?
Any help would be much appreciated.
Thanks Mike
[This message has been edited by Mike Downing (edited 01-23-2000).]
-
Are you clearing the screen after each movement? (I had problems in Qbasic if I cleared the screen after the movement)