Hey so I just did a quick scouring of the internet and could not find a valid answer, so I was hoping someone here might be able to help
I would like to make my game object follow where the player is touching on the screen, IE when player touches screen the object moves towards that spot
I have gotten as far as implementing the bullet behavior on the sprite and tried simply telling it to :
-Touch:Is in touch -> set acceleration to 200 and set bullet angle of motion to Touch.x degrees
I was trying to do touch.x, touch.y and figured that would be the solution but it will not let me do touch.x,touch.y
anybody have any ideas of how to do this