Hi
I want to move my player on the map around obstacles.
All is fine but if the Obstacle is on the Path i have to click 2x to get my player move.
Here my example:
https://www.dropbox.com/s/pv052kw117gp34n/Movement%20Test.capx
Hope you can help.
thx
Mangudai
Develop games in your browser. Powerful, performant & highly capable.
If you remove "Move along Path" from your on click/touch event so it's only finding the path then create a new event below that one as follows and you should be right
Sprite > On pathfinding path found ::: Sprite > Move along path
Learn from this CAPX