Quote Originally Posted by krayhze
Hi

I'm doing in delphix a game with tiles. My problem is:
When I move the map in any direction, the map has to be redraw , and when I'm moving the map I note a flickering (maybe because redraw takes some time) and a distorcion of a map. It isnt very good to see that distorcion so,
what can I do to resolve this problem?
Are you working on Fullscreen mode. So for Fastest and Best graphical output try that :
DXDraw1.Options := DXDraw1.Options + [DoFlip];