(SOLVED) Overlapping animations

7/19/2023
Greetings Flowlabbers,

I need a way for the three animations of the player object in my game to overlap.
Example:
If I jump and move on the X axis, the running animation starts.

I need a way for the Jump X animation to play when the player presses W and A or D. If you are sure you know how to fix this, I will send the link privately. I cannot share the private game with every user after all. Please send screenshots.

Thank you,
Ember.Y

There’s a feature called animation priority, just click on the animation block. Make the jump animation’s priority higher than the run animation’s priority.
I think this is what you want.

2 Likes

How do I make one animation have higher priority than the other, making it overlap the other?

Oh, XD:
image
Thanks!

1 Like