I know how to make my object follow my mouse, but how do I make it follow the touch??
I am making one of those games, bouncing fireballs and floating bar that follows the mouse/touch.
The game is fine follow the mouse, but I could not get it follow the touch. How exactly to do that? set X = Touch.X??
On touching end, set X = Touch.x??
and for some reason, the touch method i used, the bar is way off where touch's at, why is that?
eg.
if my bar is right here ___________ my finger will be here.
any useful tips are welcome.