15Nov/091
Article : Simple 2D Animated Sprite
by Casey Young
This article describes how to animate a 2D sprite sheet with XNA.
I have decided to break this article into seperate pages, starting with the basics, and then progressing towards making a simple animated sprite class.
This first part is a basic tutorial on how to make a simple animated sprite using a set of images. There are better ways to animate sprites, but this will get you the basics on how it is accomplished, so the code is simple, and not optimized.