Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
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'm trying to make a rpg like game.
I want when I click on my npc Character, it moves to a location. But there are obstacles in the way. I need it to navigate to a certain location.
use the PathFinder behavior on your sprite.
Yes but which actions should I be using?
First you need the sprite to "find a path" to somewhere.
Then you need to check if the sprite have found a path "On path found" and in that case it should "move along the path"
Then you add an "On arrived".
Develop games in your browser. Powerful, performant & highly capable.
there's a tutorial on it..
https://www.scirra.com/tutorials/1118/path-finding
First you need the sprite to "find a path" to somewhere. Then you need to check if the sprite have found a path "On path found" and in that case it should "move along the path" Then you add an "On arrived".
Thank you, this helped!