I have written a simple game, with AndEngine. In this game I want to fill a specific region inside a sprite with a color ( or another sprite ), to show the progress, as shown below:



Would you please help me how I can do it?
Thanks for your help.
Me too had one requirement like yours. Below is what I did.
based on your requirement, you can set scale of foreground sprite so that it looks like progressing. Hope it helps.