I would like to change the text in a label after few seconds…
in the classic version I was able to build a small “delay” function using the following method:
how can I do the same in Thunkable X?
Thanks
Liron
I would like to change the text in a label after few seconds…
in the classic version I was able to build a small “delay” function using the following method:
how can I do the same in Thunkable X?
Thanks
Liron
Use non loop Timer (property Loops = false).
May you elaborate how exactly?
Thanks
Sample
Works!!! Thanks a lot.