Hello all
I am making a maze game and trying to have it so when the player overlaps another object it "moves" the player along a path, similar to the moving pathways they have at airports. The payer would be pushed onto a repeat of the object and be pushed again to a repeat of the object until it got to the end of the "move" objects.
I am trying to use the set X position but it will not let me put +5for the new coordinate. I am assuming I need to put something else in so it would be +5 based on the current x value.
Any hekp is greatly appreciated.
Thank you