Hello,
I do not know how to calculate impulse and angle to hit the target. In my game I have a few platforms. For example: (I use c2 coordinate system)
- First platform is at 10, 10 (the platform includes player)
- The second platform is at 60, 70 -
The third platform is 200, 50
I need a way to calculate impulse and angle to apply so that the player hit the a third platform. I put gravity to 50.
Thanks in advance