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.