Multiple jumping animations

So I have two 14 frame animations and I want to know how to randomly play one of them when my character jumps.

Comments

  • SocksSocks London, UK.Member Posts: 12,822

    Rule When [whatever triggers a jump happens]
    --Change X to random (1,2)
    --Rule When X = 1
    ----Play Animation 1
    ----Otherwise
    ------Play Animation 2

Sign In or Register to comment.