Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

The Animation guide of Libgdx is now in Deprecated part, and I found no replacement.Therefore, I intend to write a convenient AnimatedSprite class that extends Sprite. My idea is in every update (game frame), I will set new TextureRegion (or just X/Y coordinate) corresponding its image frame.

I wonder why there is no AnimatedSprite class built-in for Libgdx? Does my solution have any problem? Is there any replacement for the deprecated Sprite Animation guide?

share|improve this question
Looking for actions? – Stefan Hanke Feb 9 at 5:09
@StefanHanke Excuse me, how can I use action to solve my problem? – DatVM Feb 9 at 9:45
Sorry, I thought you were looking for general animation handling. – Stefan Hanke Feb 9 at 10:05

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.