🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Bitblt, vb, and the win32 api

Started by
-1 comments, last by GameDev.net 24 years, 6 months ago
I am currently using Visual Basic 6 learning edition to program a fighting game for my computer class. But their is one problem. When I try to bitblt sprites of the players over top of the background it doesn't work
I am using SRCAND and SRCPAINT to do this. Also the background is in a picture box. Basically what I want to do is take the mask from one picture box blit it to an xy coord on the background picture box and then blit the sprite over the mask but it wont work.
Please Help Me

This topic is closed to new replies.

Advertisement