- Home /
Suggestions for making a Fixed-Point to Point moving platform
Hi everyone, I'm trying to create a moving platform which is operated using the Inputs (W,A,S,D). I want it to move along some fixed points (or straight Lines) like the image below. for example, when platform is between points A and B, I want it to move only in X axis (left and right) and when it reaches point B I want to be able to move it Up (towards point C) or Left (back to point A) but again I don't want the platform to move in the X axis when it's between points B and C. I'm thinking about a good, modular logic to do this, any suggestion is appreciated. (It's fine if you don't include the code, I'm just looking for a way to do it)
Your answer
Follow this Question
Related Questions
Multiple Cars not working 1 Answer
Distribute terrain in zones 3 Answers
How can i rotate my character smooth using keys ? 0 Answers
How can i check and fire an event when the user look at specific object ? 0 Answers
Sorting a list based of a variable 1 Answer