Multiple jumping animations
aaronmims
Member Posts: 1
So I have two 14 frame animations and I want to know how to randomly play one of them when my character jumps.
Comments
Rule When [whatever triggers a jump happens]
--Change X to random (1,2)
--Rule When X = 1
----Play Animation 1
----Otherwise
------Play Animation 2