I want my score value to shake every time it goes up and there are too many different variables that add to the score. so I was hoping for an overall way for the game to recognize if the number value is changing?
I want my score value to shake every time it goes up and there are too many different variables that add to the score. so I was hoping for an overall way for the game to recognize if the number value is changing?
temp
is not equal to score
. Make sure to set temp
back to score
afterwards.Edit: typo fix, formatting
Worked like a charm, thank you!