Hi eveybody
I would like to know how to make a movement based on a grid movement by following a pre-established path (see example file).
Could you tell me the steps to follow. I have already studied some codes but without success
Best regards
Chris
In complement to previous post, I wish move a token following the results of a dice
Here's a simple method to do this.
wackytoaster.at/parachute/tokenAlongPath.c3p
You could also use an array to define your path but since you're a new user I think this approach is just easier.
Develop games in your browser. Powerful, performant & highly capable.
I would use MoveTo behavior, it's a lot easier. You can feed it all waypoints at once and it will move along the path.
Thank you very much for your replies, i will try these methods !