Set score points from one screen (game screen) to another (game over screen)

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
image
Which is not used in your code.
And you have used the blocks
image
So, its showing 0 as you stated first in the variable
So, Add The Following Blocks
image
Hope This Solves the problem.
(it is Working For Me)

2 Likes

Set the app variable to a stored variable. It might help.

Thanks! It works!