How do you make it so a screen can only open once no matter what blocks are saying to open it?

So I need it so that a screen opens and then it has a button that takes you to a different screen but that screen is saying that whenever I initialise the screen it takes me back how can I make the first screen only open once while keeping that block?

You will need to set conditional variables in a tinydb, and test against these before trying to open a screen.

image

Thanks you but I have another question, when you format date and time can the pattern have milliseconds or is seconds the lowest?

It can have milliseconds

https://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html

a capital S in the format should do it

Alright thanks!

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