We wouldn't have to guess/assume/ask these things if you posted your project upRobin wrote:I think you have a different problem than PO2 syndrome.Scriptoar wrote:Hey, I have a little thing of code. It gets two images and loads them onto the game. The first is the level, and that loads fine, then I load a picture of the character but the level image disappears. Why?
If you draw an image over another image, of course you cannot see the first image unless the second image is at least partly transparent. This can be done by making the things that should not be seen transparent in your image editor (Paint cannot handle transparency, if you're using that.)
If we could see your code and images we could explain exactly where you're going wrong and sort it out. Robin is right as far as I can tell, since it shouldn't be Po2 problems if they are both 800x600 and one is showing. Nothing would show if that were the case.