How do I get my clock to switch my screen
please explain when you want to switch screen?
maybe you need if... then... else if...
See also how to correctly switch screens. .
To reopen Screen1 is not the way to do it...
Taifun
I'm using the clock as a delay so when the Button is pressed it gets delayed 2 seconds then moves to Screen 1.
in designer view, set Clock. interval to 2000.
in Clock. timer event, set Clock. timerenabled to false; switch your screen correctly. No need other blocks.
i e. use the close screen block and follow the manager screen tutorial to switch screens correctly
Taifun