Blend two animations?

Hi,

Iam new to Defold :slight_smile:

I have a character with a run animation and a “stand still” shoot gun animation, is it possible to blend the animations? so the character can run and shot at the same time, or should i make another animation for that scenario?

note: not a spine-model.

Thanks
Jeppe

Hi!

What kind of animation are we talking about? :slight_smile: (In spine and model components we only support blending from-and-to animations; for example blending from a walk into a shoot animation).

Thanks for quick response! its normal flip-book animations.

1 Like

Ah, I see! There is no built in way to blend two flipbook animations. But could you describe what kind of blend you are aiming for, maybe there is a way to recreate it? Could you have two separate flipbook animations for the “feet” and “torso” parts, and have them playing on two sprites on the same gameobject, if it’s a character you are animating?

3 Likes