Hey there, coding peeps!
I am in desperate need of some help for my app. My app is a moving sprite game where you try to reach a high score after playing each round. The thing is, if you beat the high score already on the list, the previous high score disappears. So then, I tried to make a new variable and define it as the previous high score and move it to label2 (leaderboard spot 2), and now the score labels are correctly ordered, but the second name is blank or repeating the newly put name for the new high score. What am I doing wrong?
thank you! here im currently just trying to make it work with two trials to then recode for later leaderboard positions.