PDA

Click to See Complete Forum and Search --> : How can I make a game like this ...


Mark2
Mar 11th, 2001, 03:40 PM
I would like to create a house with various rooms and a person (cartoon figure) as the player. I would then like to move the player were you click the cursor and be able to open, close things, etc.

Where can I learn how to do this in VB.

I have VB 5.0 Professional

Thanks

HarryW
Mar 11th, 2001, 04:14 PM
Well first off, doing that is probably a lot more complicated than you thought. It's best to start off with something very simple like Tetris, or Snake, or Pong. They will help to teach you the basic elements of game programming. There is a lot to learn. Some of the tutorials at www.gamedev.net are very good, but most of them are in C++ (since it's a better language for games programming) so unless you use C++ you may not be able to read the code very easily.