i want to make a character1 walk next to his enemy when i start the layout(automatically) and make the enemy move automatically next to the player... both with the same triggers
almost like an AI
(in a top view game)
help me please!!
You need Pathfinding behavior. Start with the built-in template in Construct 3 and also search in Tutorials section:
https://editor.construct.net/#open=pathfinding
https://www.construct.net/en/tutorials?flang=1
Develop games in your browser. Powerful, performant & highly capable.
Hi! Thank you! but the examples you sent need the touch option to trigger the movements, i was searching for a automatic trigger that makes these two characters walk next to each other right when the layout starts, without needing to controlling them.
On start of layout -> Find Path..
On Pathfinding path found -> Move along path
hi, for some reason "on start of layout" doesnt make them start walking... only when i grab one of them with "drag and drop" and set it to another position they start walking...