How to move from 1 widget to the next?

Hello,

I have a video widget and a main menu widget and I want the video to play first when the game starts and move into the main menu after its finished playing, but i’m struggling to make this happen.

Any help would be appreciated thank you :slight_smile:

If you know the duration of your video you use “Set Timer by Event” to remove the video widget, and add the new one.

Thank you!