It all works ok, except that the images "flicker". This occurs because when one of the images is moved to the left, the form is repainted, then the background image, and finally the moving image itself. And this is just plain ugly!
Did you turn on the DoubleBuffered property of the form? That should remove most of the flicker.
If that doesn't work, you might have to do a bit more work and composite the images in an off-screen buffer before drawing. Let me know if you want a bit more info on that.
-- Corey Murtagh The Electric Monk "Quidquid latine dictum sit, altum viditur!"
_______________________________________________ Delphi mailing list [EMAIL PROTECTED] http://ns3.123.co.nz/mailman/listinfo/delphi
