Need help with score attribute.
riverbat1
Member Posts: 11
On a certain scene I have a timer, and after 1 second it will add onto the score, and it is an integer attribute. But after the 1 second it adds 1,000 points. But on the scene your score starts off at zero and when the 1000 shows up the zero stays behind the 1,000. Did I maybe do something wrong?
Best Answer
-
ericzingeler Posts: 334It should look like this:
After 1 second, change attribute [Score] to [Score] + [points to add]
Answers