Ok in vb i drew sprites ina game like this.

Clear Form
BitBlt Mask
BitBlt Picture
Refresh Form

1.Delphi has no .Cls or Clear methods nor does PaintBox.
2.None of delphi's components have a autoredraw property.

Does anybody know how i can do this very same thign in delphi 7?

i can BitBlt and Refresh at da end but it flickers like crazy.

EDIT: sorry bout the double post dont know what happened there.