Sep 17th, 2000, 09:49 AM
I read the 3 lessons for making a Lander game. I've done the game without any special problem, but there a strange thing that i can't handle.
I use this code:
BitBlt pic0.hdc, x, y, pic1.ScaleWidth, _
pic1.ScaleHeight, pic1.hdc, 0, 0, _
vbSrcInvert
There is a problem: The program copies pic1, but its colour changes when the background image's colour (pic0) changes.
I noticed that in the demo there isn't this problem, but i can't understand why.
What I have to do?
I use this code:
BitBlt pic0.hdc, x, y, pic1.ScaleWidth, _
pic1.ScaleHeight, pic1.hdc, 0, 0, _
vbSrcInvert
There is a problem: The program copies pic1, but its colour changes when the background image's colour (pic0) changes.
I noticed that in the demo there isn't this problem, but i can't understand why.
What I have to do?