Projectile Trajectory Prediction Line

Hi there, is there a tutorial on how to create a trajectory prediction line before you launch a projectile? Like in angry birds space? So before you launch something, you’d see a thin line predicting where its going to? Thank you.

http://developer.coronalabs.com/code/ghosts-vs-monsters

Thanks. From that tutorial, it seems that it is only pointing in a straight line instead of its trajectory.

You must use math function describing trajectory (write youe own)

http://forums.coronalabs.com/topic/34533-predicting-trajectory-zero-gravity-with-lineardamping-on-physics-body

Thank you Jon, I really appreciate that.

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

http://developer.coronalabs.com/code/ghosts-vs-monsters

Thanks. From that tutorial, it seems that it is only pointing in a straight line instead of its trajectory.

You must use math function describing trajectory (write youe own)

http://forums.coronalabs.com/topic/34533-predicting-trajectory-zero-gravity-with-lineardamping-on-physics-body

Thank you Jon, I really appreciate that.

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