Hey, I have this ball which I drag with one finger and I want it to set it's angle towards the second touch when it's being pressed.
This is the code I use:
nth touch (1) is touching --> Ball - set angle towards position (Touch.X, Touch.Y)
Problem is, it's setting the angle towards the first touch.
So, how do I set it's angle towards my second touch?