Superfly1611
Well-known member
Hello im building a basic 2D Graphics game as a learning exercise for Graphics programing. Im using VB.Net and GDI+ (until i feel confident to move onto DirectDraw)
My Problem.
I can user GDI to draw a single bitmap on the screen and get it to move around the screen.
What im now looking to do is build a bitmap from a collection of bitmap files on my computer which between them will represent the current state of the level (level, current player state, etc) and then draw that new bitmap to the screen.
How do i do this?
Cheers
My Problem.
I can user GDI to draw a single bitmap on the screen and get it to move around the screen.
What im now looking to do is build a bitmap from a collection of bitmap files on my computer which between them will represent the current state of the level (level, current player state, etc) and then draw that new bitmap to the screen.
How do i do this?
Cheers