Sorry if this has been asked before, I couldn't think of any good key words to use when searching the forum.
Lets say I'm animating a human.
I use Track 0 to animate him walking.
I use Track 1 to animate his arms.
I set Track 0 to a "walking" loop animation.
I use addEmptyAnimation on Track 1, and then addAnimation("raise arms") to Track 1, so that he smoothly starts to raise his arms.
Now my question is, if he is HALFWAY through his "raise arms" animation, and I need him to instead "clap hands", how can I do that? I'd like the smooth transition to be from wherever his arms currently are in the "raise arms" animation (halfway up, or wherever), straight into the "clap hands" animation.
Is there some way to say end the "raise arms" animation right where it is currently, such that I could then just addAnimation("clap hands")?
Thanks as always for the help :love: