Hi
I Have a moving Ball Object.
This is known about the Ball:
- Its starting coordinates ( X and Y )
- Its Angle ( 360 )
- Its speed ( pixels moved in direction of Angle per Frame )
Eveything above Y possition 380 in the Frame is ground level.
Given this data, how would i be able to make up a formula to predict at what X coordinate along the ground level the Ball will be impacting?
If i knew where to start with this i woulden't ask :P
