Wednesday, 2 December 2020

New Stencyl Topic : click move command.

Description
click anywhere to make actor go the clicked position. 

Story:
it is a step forward to successfully create the most difficult behaviour in the game which is pathfinding without the "path options" like the ones in GPS. The pathfinding where this most of this component may contain EXCEPT the first 2 rows. 

The waypoint-based pathfinding has 3 main components which are scanning, producing waypoints, and propagation which is most of this EXCEPT the first 2 rows and the next waypoint.   


Add next point command on the bottommost if gate on the second event and replace the mouse of the first event with next point X and Y and it will be a component of pathfinding that dispatches the actor's movement.