Is there a way to make a character stick to wall?

I for the life of me have tried so many different things so far and haven't been able to get a customer to stick to a wall. While I can get them to jump off said wall, I would like the character to be able to crawl up the wall. Is there any way to do this?

Comments

  • famekraftsfamekrafts Member, BASIC Posts: 834
    When it jumps and collides with wall, constrain x to the x of the wall end, say if wall is 100 pixel wide, make make the x to be 99. Now till the time jump is not pressed disable the left and right arrow. So now it can only move up and down. That will make it crawl on the wall.
Sign In or Register to comment.