parabolic motion to throw objects

have someone got this effect with transition.to?

parabolic.png

You can achieve this with the bezier method, which is detailed (with sample code) in Brent’s excellent tutorial:

https://coronalabs.com/blog/2014/09/09/tutorial-working-with-curved-paths/

Note that, if you’re interested in the reverse (predicting trajectory) then another classic Brent tutorial will help as well:

https://coronalabs.com/blog/2013/04/09/physics-radial-gravity-and-predicting-trajectory/

You can achieve this with the bezier method, which is detailed (with sample code) in Brent’s excellent tutorial:

https://coronalabs.com/blog/2014/09/09/tutorial-working-with-curved-paths/

Note that, if you’re interested in the reverse (predicting trajectory) then another classic Brent tutorial will help as well:

https://coronalabs.com/blog/2013/04/09/physics-radial-gravity-and-predicting-trajectory/