I am using andengine and I have an animated Sprite.
I use scene.animate(duration,0,5,1) to animate the sprite from first tile to the last.
I am wondering if somehow I could do the animation backwards so that it starts from the last tile to the first tile.
What I need to get is 0,1,2,3,4,5,4,3,2,1,0 .
Try this,
where
Animate specifics frames