How to play the first sequence to the end, then play the next sequence?

How to play the first sequence to the end, then play the next sequence? Now it starts together.

From the return value of the first Create Level Sequence Player node, you can call Bind Event to On Finished and bind it to a custom event. This custom event will then get called when the first sequence is finished playing. You can then start creating and playing the next sequence.

2 Likes

Thank you, I’ll try it.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.