Comparing angle between touch & object is little bit tricky due to maximum angle formed by two is 180 and became negative value when 180 exceeded.
So I will do as follows:
+ On Touch ---> Set animation frame to round((180+angle(Touch.X, Touch.Y, Sprite.X, Sprite.Y))/90)