animation repeat

I have two Scene. One is game scene. The other one is death Scene.

In the game sence I have fall animation. this fall animation play Loop. I can goto death scence and play dead animation. but fall animation cannot disappear.

How can I do?

Yes, you can.... kind of... You would have to sync the state of fall animation manually, so it plays in death scene from the same point where it left.

But in general I think it's bad idea, because there is always lag between scenes, so I would rather keep everything in same scene.