Do you know the best way to do a parabola with a sprite?
I'm not sure if I have to add a specific behaviour or just scripting the object.
If a sprite with platform behaviour jumps and moves (perhaps an action with 'simulate jump'), is that what you are looking for?
Develop games in your browser. Powerful, performant & highly capable.
Here's a quick way with the tween behavior. dropbox.com/s/6z48dru4nvp39lh/para_tween.c3p
Well I tried it but it is not as perfect as a parabola.
Thanks! I've never used this behavior before. I saw that there is multiple method to do a parabola.