PDA

Click to See Complete Forum and Search --> : Moving images around the screen


Mike Downing
Jan 23rd, 2000, 04:04 AM
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).]

Synapsis
Jan 24th, 2000, 09:19 AM
Are you clearing the screen after each movement? (I had problems in Qbasic if I cleared the screen after the movement)