I want to know how is it possible,I could have an Object drawn at a certain point and move to the point that is touched on the screen. I am trying to use it for my game where when the user touches on the screen, the gun fires from the position of the player, but the player is stationary.
Thanks in advance.
P.S.
Is there a visual graphic of some sort that shows where every plot is on android. I am not trying to make a drag and drop. The player icon is at PointA and never moves. The attacking sprites move towards him. And I am trying to get it to where when you touch on the screen it sends a bullet to that location. But the bullet isn't drawn until you touch the screen.