If they Between dots are straight line, just interpolate. OtherWise, Interpolate following the path with more than one interpolate. Lol. You get it? Im not a good explainer! Cheers.
I think i undestand... the problem is that the player has to press on of the arrows to selct the levels and than the character should automaticlly follow the wright path to the next level and the path are not symmetric I would post a picture of the map if i'd know how^^
Use ORBZ's waypoint demo. Just Change the rules in the waypoints so that you can't drag them around. So that would mean deleting the "when touch is pressed..." rules within the waypoint actor. then just place these waypoints on your map.
You Make Rules, If It touches this one, change an attribute Path to 1. And in the actor that moves, if path is one, do this path, if it is 2, do this other one, and so on.
Comments
You can make a sequence of movements with move or interpolate.
Cheers.
OtherWise, Interpolate following the path with more than one interpolate.
Lol.
You get it? Im not a good explainer!
Cheers.
the problem is that the player has to press on of the arrows to selct the levels and than the character should automaticlly follow the wright path to the next level and the path are not symmetric
I would post a picture of the map if i'd know how^^
And in the actor that moves, if path is one, do this path, if it is 2, do this other one, and so on.