motion issue

GageGage Member Posts: 4
edited November -1 in Working with GS (Mac)
Hello, Peeps
I tried looking threw the forums for my answer, but I find it hard because I can't find the search.

Anyway, to my question.
I'm building a platformer, and I am having a issue when a player gets on a movable block. Instead of the player running off the movable block it moves with the player.

Any help would be nice.
Thanks.

Comments

  • firemaplegamesfiremaplegames Member Posts: 3,211
    You would need to add a Rule to the player that check if they are colliding with the moving block. If they are, you need to constrain their position to the moving blocks position.

    That's the logic in a nutshell. You'll need to play around with it to get it just right.

    There is a magnifying glass in the upper right-hand corner of the website to search the forums.

    Joe
Sign In or Register to comment.