I have a 3 layout game.
Start Page
Game Page
End Page
On Game Page I have set two global variables:
Coins
Score
When the game ends upon collision, the user is sent to END layout. I want to display the score for the round that just ended on this page also. I've set both score and coins text to global.
Only issue is, that, the very first time when the game ends, the SCORE doesn't show up. However, when I replay, and every subsequent time, when the game ends, the score shows up alright.
Can someone tell me why it fails to display only for the first time?
This game is actually modification of the flappy bird - construct3 template.