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
How do i make it so that when the player taps any number of objects, the character moves(very fast) to those objects in order?
Develop games in your browser. Powerful, performant & highly capable.
Waypoints can be stored by pushing them in to an array.
oosyrag what are waypoints and how do they work?
https://www.dropbox.com/s/otqwjdrm4tzvm ... .capx?dl=0
Waypoints are an ordered set of coordinates. You can save each waypoint in an array in order, then have your sprite move to each waypoint in order based on the coordinates you saved in the array.