Level sequence for Automated Door

I am learning how to create an automated door…

My basic logic is to create cinematics to mimic the open&close.

In Matinee and Level Sequence, there are two keys: Key1 is for open state and Key2 for closed state.

Then I use the trigger to control whether to open&close the door by BP (a timeline controlled by Play and Reverse in BP).
When I walk into the trigger, the door is open(K1 → K2); I get out of the trigger, the door reverse back(K2 → K1).

When using Matinee, it works perfectly.

But problem comes when I use the level sequence.
When the door is open and level sequence ends at the K2, the door closes immediately and level sequence go back to K1. That scene just likes that a video ends and goes back to its initial static picture(the first frame of video) .

Actually I don’t know what’s the difference between these two.
Here is my BP for LevelSequence. I write it in LevelBP.

Thank you all

WOW It works!
I never thought I could right click on the track section area :frowning:
Thank you very much! It’s really helpful.

On the tracks in sequencer, there should be a property called “When Finished”. You should see it if your right click on the track section area in the “Properties” menu. Set it to “Keep State”. Let me know if that doesn’t work.