Hi..
Im new to game programming in VB.
Can someone help me with Tileing ?, i've searched pscode for good examples but i cant find anything....
GrEeTzZ TjM :wave:
Printable View
Hi..
Im new to game programming in VB.
Can someone help me with Tileing ?, i've searched pscode for good examples but i cant find anything....
GrEeTzZ TjM :wave:
Welcome to the world of Gaming ;)Quote:
Originally Posted by Tha Joey Madnez
What do you need help with? also are you using directx? or bitblt? (it doesnt matter too much either way.
Pino
Well... If you know a good website with Game Programming for Newbs.. than
you can submit it ;) ... And I need to know how to Paint tile's on a form :)
Thx :wave:
Here is a crappy sloppy tile engine in VB.NET I made and gave up on once i realized I had to implement clipping myself. This shows how to draw tiles and such on screen using a graphics object. You need to give it a bitmap file in 256 colors at the directory it looks in with 4 tiles I dont remember if they are 16x16 or bigger its in the code. It does work though. Might help you painting tiles, its as simple as I could make it.
Thx But i dont have vb.net skills... And i dont have it :( *Not Yet :P*
This oughta help you ;)
http://externalweb.exhedra.com/DirectX4VB/index.asp
Thx i'm checking it out now :D