README.md

December 4, 2022 ยท View on GitHub

Pixel Collision Detect

Description

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.

More Info

Submitted On1999-07-31 00:16:14
ByRichard Lowe
LevelUnknown
User Rating4.6 (32 globes from 7 users)
CompatibilityVB 5.0, VB 6.0
CategoryComplete Applications
WorldVisual Basic
Archive FileCODE_UPLOAD215.zip

API Declarations

CreateCompatibleDC
DeleteDC
CreateCompatibleBitmap
GetPixel
BitBlt
SelectObject
DeleteObject