Hello,
I am trying to implement a curve movement for my object. The curve movement should be customizable accordingly I give the waypoints. I tried to implement this using LiteTween, where I have given series of waypoints, but the problem is, its not moving in a proper curve as I am expecting, the movement is in straight lines according to the waypoint.
Isn't there any way of curvical movement of objects in Construct 2, like Beizer Curves?