Help needed.

bluethunderbluethunder Member Posts: 33
edited November -1 in Working with GS (Mac)
Hi,
I have a moving paddle and when my actor walk on top of it, the actor never follow the paddle but hold onto it's position and drops off when the paddle moves away.

What I want is to set the actor on the paddle just like a escalator.

How to achieve this?

Thanks.

Comments

  • synthesissynthesis Member Posts: 1,693
    When the actor overlaps with the paddle...throw a switch that executes the actor to constrain its X and Y position with the paddle's X and Y.
  • bluethunderbluethunder Member Posts: 33
    Thanks. I will try that. :)
  • bluethunderbluethunder Member Posts: 33
    Ok I tried the method but when my actor step on it both falls to the ground. The paddle suppose to be moving in the space and the purpose of it is to move the actor from point A to point B.

    Please help. Thanks.
  • bluethunderbluethunder Member Posts: 33
    I fixed the problem by turning off the movable property in the moving paddle, though it still interpolate (moves).

    But my actor couldn't walk on the paddle. It just safely constrain to the paddle X.

    What I want to achieve is to make the actor jump on to the paddle and still able to walk on the moving paddle.

    Achievable?

    Thanks. :)
Sign In or Register to comment.