I need to know if it is possible for the red box to move from point A to point B in an arc...I already tried with Sine and I couldn't do it :C
Check it: fileport.io/s2vpbG26f84L
That's exactly what I need to do... but I forgot to mention I'm using construct 2
I used the lite tween behavior, and it's not the same... :C
You can use two LiteTweens - one for X movement (linear) and another for Y (OutCubic + ping-pong). Or MoveTo for X and LiteTween for Y.
Develop games in your browser. Powerful, performant & highly capable.
You can use the qarp() system expression
qarp(startX, midX, endX, t) qarp(startY, midY, endY, t)
Here's a more complex example
file.c3p