Phoebus R. Dokos wrote: > The thing is that I cannot find ANY info on how to move sprites around the > screen...
Save background, draw sprite, restore background, save background on new location, draw sprite... normally one would try to do the painting within a screen retrace, but AFAIK this is only possible on the original QLs (there the 50/60Hz interrupt is really a frame interrupt). Flicker will most likely occur on movements. Marcel
