The ParabolicTween behavior makes it easy to create parabolic trajectories. You can either define a parabola based on a specific point in space, or throw a projectile toward a parabolic target by adjusting the angle and force. This is useful in various scenarios. For example, in a 2D isometric game, you could simulate jumps, or in a 2D American football game, you could throw a ball to the runner.
You can calculate parabolas and use their values, or tween an object along a parabolic trajectory. Have you ever wanted to create an Angry Birds-like game with parabolic trajectory prediction? If so, this behavior is perfect for you. By using the SetParabolaFromVelocity action, you can retrieve all the points of the parabola over time and then render an object along the path.
The plugin includes a demo of its functionality, and you can review the official documentation on my website before making a purchase.
Official Documentation at smartui-docs.
If you’ve bought the plugin, I’d greatly appreciate it if you could leave a review or contact me with feedback.
Disclaimer: Latest update is published for SDK v2 only, I'll be removing SDK v1 support. Plugin support is only available for stable versions of Construct 3.