Hello everyone,
I'm making a game and I have some positions on the screen as start points and end points. When my player character comes to an end point I want it starts again in a second start point, then it ends on a second end point and goes to a third start point and so on...
I thought I can do it putting an object called "start point" and a second one called "end point" but how can I do the events to put the consecutive transitions on the player: first the one point, then the seconds one, then the third... how could I mark the instances of the objects to perform the correct actions ?...
Thank you very much for reading.