VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Pixel Collision Detect

Richard Lowe  (3 Submissions)   Complete Applications   Visual Basic 3.0   Unknown Difficulty   Wed 3rd February 2021

This program demonstrates how to perform accurate pixels collision detection. Most vb games use the Extent collision detection method, which is fast, but not very accurate. This program shows how to detect when the objects touch. It also shows how to use the BltBit function and create memory DC's. Even if you have never tried any of these functions.......it well worth a look.

API Declarations
CreateCompatibleDC
DeleteDC
CreateCompatibleBitmap
GetPixel
BitBlt
SelectObject
DeleteObject

Rate Pixel Collision Detect (7(7 Vote))

Download Pixel Collision Detect

Pixel Collision Detect Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters