Make a loading screen without adding new screen

Screenshot 2025-01-21 033900
Hello!
So basically i’m still very new at learning kodular and don’t have basic about anything in here.
I want to ask about my program problem where i want to add a loading screen without adding any new screen,i want it show only when i open the app for the first time so i add tinydb because i want it to detect if i already run Clock2 or not, but it seems doesn’t work, can anyone help me with this?

Clock2 interval is 3000

On screen initialise if tiny db get value is 0 then set loading visible to true, menu visible to false and enable clock timer else show menu and hide loading.

On clock timer set loading visible to false and menu visible to true. And store value other than 0 in tiny db.

Thanks Man!! It worked!!