Animation in Silverlight/XNA
I've been practicing with the new Silverlight/XNA model but I'm not sure how to go about animating a game character. Anyone kno开发者_运维百科w the best approach to animating in Silverlight/XNA? Would I still use XNA frame-based animation? (I tried this and I was unsure on how to get elapsed time from GameTimer where as GameTime had it as a property)
Thanks
This is a good example for Frame Based Sprite Animation in Silverlight
http://www.bluerosegames.com/silverlight-games-101/post/Frame-Based-Sprite-Animation-in-Silverlight.aspx
精彩评论