Hello... I want to improve my grading system..
At the end of the level, If the player has:
*between 300-500 points, he receives 1 star
*between 500-1000 points, he receives 2 stars
*over 1000 points, he receives 3 stars
So far, I have this code:
It works well... But I need to improve it:
(1) include the lower limit (300).. When the player scores 250 points, he receives no stars.
(2) Add the upper limit (1000), not like I did it with other values (1000000 in my case)
Thanks for your help.