XNA Animating Sprites
When developing 2d games one of the functions which you are constantly asked to do is to animate the sprites.
I cam across this blog post this morning where the author takes you through the process of animating a explosion. In this example the author uses a simple texture that contains all of the images for the sprite and then animates it.
Cross Post from www.virtualrealm.com.au