Hello, basically I want to have two TImage components, one I will use and using the Bitmap tools in Delphi I will create a background. In the second TImage I will create objects which move around the custom background but I still want the first TImage to be visible.
The problem I have is when I create the second TImage ontop of the first one the Canvas creates a huge white square over the background image making it impossible to see, how can I make the second TImage transparent so that the background is always visible and does not change regardless of the movements in the second one.