PDA

Click to See Complete Forum and Search --> : Direct Draw


PsyVision
Nov 11th, 2000, 11:55 AM
Hi,

Im looking for some tutorials that will help me with direct draw. The main things i need to be able to do is to load a bitmap and do like transparency (like bitblt) and then to be able to do a collision detect.

Any ideas for any part of this. I have the load bitmap bit done, its just making bits of it transparnt and collision detection.

DarkMoose
Nov 11th, 2000, 12:45 PM
I dunno anything about DirectDraw, but my friend tellz me BitBlt is faster...

DarkMoose
Nov 11th, 2000, 12:50 PM
Oh, I just finished adding collision detection to my 4943754389273th game engine thou... I think.. I lost count of how many timez I started over ;) Anywayz, I might be able to help you if you're doing yer tiles the same way I am.

kedaman
Nov 11th, 2000, 02:47 PM
Maybe you could visit fox cool programming site:
http://foxmccloud.tsx.org/
and bitblt is definitely not faster than DDraw :D

PsyVision
Nov 11th, 2000, 03:27 PM
I dl fox's demo and when i run it my pc freezes :( im using bitblt at the moment but it does not cut it. All i want is to load a bmp (i can do that). the main thing is collision detection. The type of game i wanna make islike Zelda (nintendo).