blursea
08-24-2001, 10:50 AM
i have done like this :
Private Sub PLANE()
Dim SUCCESS As Integer
SUCCESS = BitBlt(Form1.Picture9.hDC, xplane, yplane, Picture1.ScaleWidth, Picture1.ScaleHeight, Picture1.hDC, 0, 0, SRCAND)
SUCCESS = BitBlt(Form1.Picture9.hDC, xplane, yplane, Picture2.ScaleWidth, Picture2.ScaleHeight, Picture2.hDC, 0, 0, SRCPAINT)
End Sub
But i have problems when the game runs,see the picture in the attachement please!
Private Sub PLANE()
Dim SUCCESS As Integer
SUCCESS = BitBlt(Form1.Picture9.hDC, xplane, yplane, Picture1.ScaleWidth, Picture1.ScaleHeight, Picture1.hDC, 0, 0, SRCAND)
SUCCESS = BitBlt(Form1.Picture9.hDC, xplane, yplane, Picture2.ScaleWidth, Picture2.ScaleHeight, Picture2.hDC, 0, 0, SRCPAINT)
End Sub
But i have problems when the game runs,see the picture in the attachement please!