Hello I have created a splash scene and I am trying to keep it on screen for x milliseconds before I change scene to the title screen. How do I do a sleep / wait?
Hello I have created a splash scene and I am trying to keep it on screen for x milliseconds before I change scene to the title screen. How do I do a sleep / wait?
There are various timers... performAfterDelay
is a simple one. Might be all you need?