How do I move towards center of ladder

0 favourites
  • 3 posts
From the Asset Store
This is a code so you can see the same skin on all screens (peers). Each peer gets a skin, in addition to 4 directions t
  • So I'm making a ladder from scratch, using some of the nice tutorials around for inspiration. I can't find mention of this particular thing though.

    The character can move freely on the ladder - up, down and to the sides so he can drop off if wanted. However, I'd like him to slowly move back towards the center of the ladder on his own if I don't touch any movement buttons. Basically, I want a "for each tick, move player 1 pixel towards center of the ladder object"-expression. And I just can't figure out how or where to write it. Anyone got any good ideas?

  • What behavior are you using for the player movement?

    If he's always animated when moving, you could use (under animations) on any finished.

    If he's using platform behavior, you can use "on stopped" under "platform animation triggers" or

    use "is moving" but inverted.

    If your using 8 direction behavior, you can use "is moving" Inverted.

    You don't need to use "every tick". That would be an improper use "every tick".

    Hope this helps.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • I see! I think. I shall have a poke around. Thanks!

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)