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

**URL:** https://community.thunkable.com/t/set-score-points-from-one-screen-game-screen-to-another-game-over-screen/1222026
**Category:** Questions about Thunkable X
**Created:** [April 13, 2021, 4:32pm UTC](https://community.thunkable.com/t/set-score-points-from-one-screen-game-screen-to-another-game-over-screen/1222026 "2021-04-13T16:32:08Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![klajko.dora7hjn](https://avatars.discourse-cdn.com/v4/letter/k/6f9a4e/32.png) [@klajko.dora7hjn](https://community.thunkable.com/u/klajko.dora7hjn)
#### Post date: [April 13, 2021, 4:32pm UTC](https://community.thunkable.com/t/set-score-points-from-one-screen-game-screen-to-another-game-over-screen/1222026/1 "2021-04-13T16:32:08Z")

</div>

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](https://x.thunkable.com/copy/95a94385ed96a7d1540ab7f500b7e4e4)

Thanks,  
Dóra

---

<div class="post-metadata">

### Author: ![anush\_bh20910](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/anush_bh20910/32/103923_2.png) [@anush\_bh20910](https://community.thunkable.com/u/anush_bh20910)
#### Post date: [April 13, 2021, 5:16pm UTC](https://community.thunkable.com/t/set-score-points-from-one-screen-game-screen-to-another-game-over-screen/1222026/2 "2021-04-13T17:16:05Z")

</div>

Hey, @klajko.dora7hjn  
You have created a Variable  
 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/5/8/589a5bb196357fb6fbf1b1863057c79d46ef3f2f.png)  
Which is not used in your code.  
And you have used the blocks  
 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/a/2/a241af7f8eadba8aed2291d1401a49678043787b.png)  
So, its showing 0 as you stated first in the variable  
So, Add The Following Blocks  
 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/5/3/53529a869804f8908667934c8ebce44717e31456.png)  
Hope This Solves the problem.  
(it is Working For Me)

---

<div class="post-metadata">

### Author: ![human](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/human/32/101416_2.png) [@human](https://community.thunkable.com/u/human)
#### Post date: [April 13, 2021, 6:10pm UTC](https://community.thunkable.com/t/set-score-points-from-one-screen-game-screen-to-another-game-over-screen/1222026/3 "2021-04-13T18:10:04Z")

</div>

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

---

<div class="post-metadata">

### Author: ![klajko.dora7hjn](https://avatars.discourse-cdn.com/v4/letter/k/6f9a4e/32.png) [@klajko.dora7hjn](https://community.thunkable.com/u/klajko.dora7hjn)
#### Post date: [April 13, 2021, 8:02pm UTC](https://community.thunkable.com/t/set-score-points-from-one-screen-game-screen-to-another-game-over-screen/1222026/4 "2021-04-13T20:02:22Z")

</div>

Thanks! It works!

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 1:25pm UTC](https://community.thunkable.com/t/set-score-points-from-one-screen-game-screen-to-another-game-over-screen/1222026/5 "2024-11-08T13:25:20Z")

</div>


