- Home /
How to find the the change in position with a touch?
Basically, I am making a game where the user drags his finger and the change in position in the x and y affects the starting speed of a ball object (think Angry Birds). I have no clue how to approach this given that the ball isn't released until the touch is completed. Is there a way to make an arrow that shrinks or increases based upon how much power will be applied?
Comment
Your answer
Follow this Question
Related Questions
How to make your object follow your touch position faster or instantaneously??? 2 Answers
Lerp not working 1 Answer
Vector2 Error when Declaring new Vector3 1 Answer
instantiate an object on the intersection point between two objects on the x and y axis 1 Answer
how to find direction between two points 2 Answers