Help, I want to switch the principal screen

Hello,

Can somebody tell me how to change the principal screen1 to another screen? Like:

I made another screen Disclaimer and I want to show that screen first.

Simply No.

You can’t change default screen which is screen1.

You can make your disclaimer in an arrangement on screen1.

Use clock.

On screen initialize show disclaimer arrangement and after timer show screen1 main content.

Thank you for helping.

Can you give me the blocks png with the clock, is a little dificult for me to make the clock functions appear. Thank you.

On screen initialize
set clock timer enabled to true

Set clock timer time to 5000 for 5 seconds or as you want.

On Clock timer
Set disclaimer visible to false
Other content visible to true
Clock enabled to false

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.