Hi,
How could I fix this problem? I want to show the final score on the last screen at the end of the game after 30 seconds.
https://x.thunkable.com/copy/95a94385ed96a7d1540ab7f500b7e4e4
Thanks,
Dóra
Hi,
How could I fix this problem? I want to show the final score on the last screen at the end of the game after 30 seconds.
https://x.thunkable.com/copy/95a94385ed96a7d1540ab7f500b7e4e4
Thanks,
Dóra
Hey, @klajko.dora7hjn
You have created a Variable
Which is not used in your code.
And you have used the blocks
So, its showing 0 as you stated first in the variable
So, Add The Following Blocks
Hope This Solves the problem.
(it is Working For Me)
Set the app variable to a stored variable. It might help.
Thanks! It works!