Hey all,
I'm using Nick Gravelyn's FrameAnimation and AnimatedSprite code to create animations for my game. I'm also writing an editor using the WinForms GraphicsDevice sample found on this site.
I need to use the GameTime class to update the animation, but I don't know how to implement this in the WinForms app.
Can ...