i've asked this before but so far i didn't get any success, i want to display the final value on the game over screen
ive uploaded a png file that shows the "code" of the scoring process, for any details: just ask
you wrong man, add new event, system > every tick. add action > choose your text object > set text > "Score : "&score and then press okay.
— how am i wrong? thats how i want for it to score, i just need to learn how to display the score number when the char is destroyed (on the game over screen)
spades1412
Make the score a Global variable instead of Local variable so you can access it in another event or another layout.
Then do:
Character->Destroyed Set text to "Game Over - Final score is " & score[/code:34b447bd]
You already asked the question and then ignored the 2 people who took the trouble to answer.
https://www.scirra.com/forum/viewtopic.php?f=147&t=110871
Develop games in your browser. Powerful, performant & highly capable.
codah perhaps cause it didnt work, and i already solved the problem
-thanks anyway