Hello to everyone,
I'm making a puzzle game for kids and I would like to create the movement of an object that start from a position to another making a slide movement (as if it were moving on a rail). Some suggestions?
There are many ways to do this - you can use Bullet behavior, 8-Direction behavior, or simply change sprite position on every tick.
However the best and easiest way to do this is with MoveTo addon, you can download it from this link:
https://github.com/rexrainbow/C3RexDoc/tree/master/repo
Develop games in your browser. Powerful, performant & highly capable.
Thank you for reply! I solved it!