Ladders

guizanchettguizanchett Member Posts: 24
edited November -1 in Working with GS (Mac)
How Do I Create A Ladder, that my character can, stay still in the middle of it and go up and down?

Comments

  • svnsvn Member Posts: 445
    Well, lets create a Boolean Attribute: Ladders.
    In your character, create rule: when actor collides or overlaps with Ladders, Change Attribute Ladders to true.

    Then, in another rule, say: When Attribute: Ladders is False, And add all your character's normal motion.
    Otherwise, When Attribute: Ladders is True, then add the going up and down rules.

    This should work, I actually haven't tried it.

    Best regards,
    svn
Sign In or Register to comment.