I want to send a bullet sprite to the X,Y coordinates of a touch.
Basically, a player touches a point on the screen and the bullet angle should be set to launch towards that touch coordinate.
I have this working very well with a mouse, on mouse click, but the touch seems to always send the bullet to the 0,0 point TOP/LEFT ???