How do I set up a wall-jump system?

svnsvn Member Posts: 445
edited November -1 in Working with GS (Mac)
I want to wall-jump. I know how to set up the jumping attributes, but I also want to set up a rule that'll force the player to slide down after a little bit. What should I do?

Comments

  • rlehmrlehm Member Posts: 320
    Rule
    If actor collides with walls
    Timer
    After 1 seconds
    Change attribute self motion velocity x. To -100
  • svnsvn Member Posts: 445
    Thanks, man!
  • rlehmrlehm Member Posts: 320
    I should have said Y, not X I think :). X will make him move left right while y up down.
Sign In or Register to comment.