Create a splash screen on a timer & not load bar

Hello friends,

I hope you can help me. I’ve searched on the line for this one… I don’t want opacity fade or screen bars… I just want a good only fashioned screen popup and after xx seconds > Change to scene “menu”.

I’m terribly new to GDevelop and game programming.

Thanks,
Rob

Make a scene with your logo. Ensure it is moved to the top of the scene list to load first.
Have an event with the condition “The Timer “ChangeScene” is grater than X seconds” and “Trigger Once”

Then have an action of “Change scene” to whatever scene you want.

Since you have a timer condition in an event, the timer will be created at the start of the scene. After X seconds (whatever you put in the condition), it’ll change to your other scene.