Hi,
I'm developing an android and web game. I am facing an issue, a sprite has animation it has got two frames. The sprite has got left and right side view. left side is frame 1 and right side is frame 2 of the animation. I have given Is in touch- Start animation from beginning. now when I release the mouse button the character goes back to the previous frame. The players hand is semi-rotating towards Mouse position and the player animation is loaded accordingly the mouse position(in web). I'm able to play the game in web without any issues. I want the sprite to keep its frame even the mouse button is released. Please help me to fix this issue.