CutScene Question(play two animation at same time)

Hi, I meet problem when create custscene. I want boss play “move” animation, at the same time, he can move a distantce. But now I can’t implement this function. Anyone can give advise?

Ur Question is bit unclear. I guess you want to fire two animations at the same time. One alternative is create a Empty node and make boss object child of that. U can move Parent object so that boss object will also move and at the same time U can have ur boss object playing its own animation.