When the screen is not in touch, Touch.X and Touch.Y are 0.
If you want the sprite to turn to the touch point, do this:
Touch Is in touch -> Sprite set angle towards position (touch.x, touch.y)
Also, the image in the sprite (in sprite editor) should be facing right.