Game Programming and Development Tools

Object Messaging system – TwoBrothersSoftware

TwoBrothersSoftware

Member

Posts: 141
From: Janesville, Wi USA`
Registered: 08-05-2006
Hello,

Just wanted to do my own update inspired by the weekly updates.

I decided it's time to learn and build some of my own tools.

so I am making a simple game for my Son to play. He will click on areas of the screen an it will say the color he clicked on.

So I've built a tool (chunk of code that I could later reuse) that answers the question of was this bitmap image clicked on that works quick, although It does not do rotation (yet).

I build a message handling routine, and a timer that works on it, as well as some of the clickable area. Learned alot by developing stuff I new existed and hnestly had borrowed in the past.

Mike