I'm very new to animation with VB. I'm interested in creating 2d animation for a game idea. If somebode can tell me ware to start that would be great.
Thanks,
Kenny
Printable View
I'm very new to animation with VB. I'm interested in creating 2d animation for a game idea. If somebode can tell me ware to start that would be great.
Thanks,
Kenny
Use sprites.
Just display one after another to simulate animation.
Thats how DukeNukedm 3D does it :)
I just started learning about API and DirectX, and that seems to be much more capable of drawing than VB. You're going to need to learn how to draw bitmaps and sprites, transparant or not. The book I'm learning from (I highly recommend it) is called "Microsoft Visual Basic Game Programming With DirectX" by Jonathan S. Harbour. I bought it from Amazon.com for about $43. It's great for learning how to make good arcade style games w/VB.
DirectX can be overkill for simple drawing operations
But this book also extensively covers API and comes with a nice bitmap and sprite class that makes it very easy to do simple sprite animation. I would still highly recommend it.