How to Link picture to a screen and stop screen from refreshing

Hello, I have a simple problem, When the timer ends my screen 1 goes to screen 2, and then you have 3 images that you can click and it will take you to a URL. Now when the timer ends and it goes from screen 1 to screen 2, the screen will keep refreshing or repeating how can I stop that? and how do I make it that upon clicking on image 1 it will take you to Screen X. I know the goto URL.

Since you are using a clock you should set timer to false and close screen properly, see blocks below. As for the image part, set image to clickable and then when image click open another page with start value that url.

1 Like

Thanks, it worked, One more question is it possible to save the website in case my internet turns off, like to save the homepage?

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