Hi all,
I have a 2D platform game I have been working on in VBA. So far everything has been going to plan, and I'm currently animating everything using individual sprites.
In a bid to reduce the file size and clutter, I would like to reference a single spritesheet image that contains all the sprites I require, and call specific regions of the image to be shown in the image control.
For example, My spritesheet has 100 sprites, 10 x 10, measuring 640px by 640px, making each sprite 64px by 64px, so the first sprite location should be 0x0x64x64, the second would be at 0,64,64,128, and so on.
I've seen this achieved with regular VB with great success, but can it be done in with VBA?
Many thanks!
Bookmarks