Hi !

I don't really remember how to apply an image to the background(just look for backgroundsprite).

But if you see trails behind your sprites, it's that you don't clear the buffer. Just use dxDraw1.Surface.Fill(0);

Where 0 is the color(a longword color)

Hope that helps

Bye
Avatar