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
How do I make it so that on a platform game, there is an NPC that follows you around, then on a certain key pressed he stops following you?
Develop games in your browser. Powerful, performant & highly capable.
This gets a little complicated if its a platform game..
Does the NPC have all the same properties as you? Like same gravity, mass, jump strength?
Is there moving platforms in your game?
Yes, and Yes, but I can fix the moving platforms thing so he wont fall.
What about..
If arrow key is pressed, wait 1 second, then simulate the control for the following platform character? :)
Thanks! It worked!