Logic Question - Perform Some Task when x is True

I have a load screen which fades in. I want it to fade out ONLY when all my assets have loaded in. I have a variable which becomes true once the assets are loaded in.
Whats the best way to do this using events/if statements etc?

Hi @Grimmy , you could fire an event when the asset loading has completed and in the event handler you can implement the fade out. Here is an example.