Hello everybody. Im quite new and i have a problem
I would like to animate my game over points in this way: if, during the game, you've reached 10 points, in the game over screen i would like to show the counts starting from 0 and going up... 1..2..3..4..5.. and so until 10.
I guessed the best way to do this is a while loop starting from 0, and ending to 10. So i tried and i have 2 questions.
1)- Why if i choose the while loop there isn't an ending condition?
2)-If i try with the repeat (for n. times) or the for loop (until reached n.) the code doesn't escape when the condition is reached. why that?
Thanks