Hundreds of features to explore
Games made in Construct
Your questions answered
Popular & trusted by schools and Universities world-wide
Construct 3 runs in the browser & works offline
Students do not need accounts with us
Our educational partners
Free education resources to use in the classroom
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
I have sprites that chase my player via Pathfinding. When the sprite goes to the edge of the layout or outside the layout, Pathfinding is disabled? I mean, the object no longer Pathfinds to the player. Why is this happening?
Develop games in your browser. Powerful, performant & highly capable.
Pathfinding breaks the layout into a grid. Outside of the layout is out of range, otherwise there'd need to be an infinite grid, which would be unmanageable. I wrote a plugin extension to deal with the case where you want to allow a range beyond the "normal" layout bounds.
http://www.blackhornettechnologies.com/ ... oPLUS.aspx
Well would you look at that, it works! Thank you, blackhornet