I’m looking for a way to determine that my overlay has completed its transition onto the screen.
Basically, I want to pause the game when the overlay finishes transitioning. Right now I just use a timer.performWithDelay( ) with a delay that matches the transition time but it seems like there could exist a more elegant solution - like an onComplete method or something.
Any thoughts?