Hi,
How can i make a Score Screen Layout in the end of each stage like in Super Mario Bros and Sonic games?
I want to use math expressions to show the player his total score and his rank which depends of his total score. But i dont know how to do this...
The Expression is:
TotalScore = (Score * number of items collected) / HealthLost
Obs: Score and number of items collected are global variables.
Example:
If the TotalScore is 4000~5000+ an S letter is shown right below the Rank text.
If the TotalScore is 3000~3999 an A letter is shown right below the Rank text.
If the TotalScore is 2000~2999 an B letter is shown right below the Rank text.
If the TotalScore is 1000~1999 an C letter is shown right below the Rank text.