Animation Sample 1 in XNA
From WorkCDN
- Description: An update adding basic animation support(moves the character position(no changes to the character image)). it already supports NPC animation, looping,and specifying how many times to execute a movement. Each movement is evenly spaced in the total time frame designated for the animation including the movements that are grouped together. I tried to make sure that individual key presses,entire keyboard states, and the custom animationData type were all valid as input to the function.
So far there is no collision support besides being restricted to the window bounds. This will be the next thing to be added(NPC collision).
- External Link: http://swight1423.googlepages.com/AnimationSample1.zip
