How do I move left and right based on touch location?
For example, if the player touches the screen on the left side, I'd like to move left and vice versa.
I am not sure how to compare the
current view's center x value
to the touch position's x value (which I know is Touch.X).
Thanks in advance for any help.