Need help with score attribute.

riverbat1riverbat1 Member Posts: 11
edited July 2012 in Miscellaneous
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

  • ericzingelerericzingeler Posts: 334
    edited July 2012 Accepted Answer
    It should look like this:

    After 1 second, change attribute [Score] to [Score] + [points to add]

Answers

  • DanDaMan123DanDaMan123 Member Posts: 216
    edited July 2012
    The question is super confusing. What do you mean?
  • riverbat1riverbat1 Member Posts: 11
    The question is super confusing. What do you mean?
    Sorry, didn't mean to make it confusing. Simple terms: After 1 second on a screen it will add 1000 points. It does add the 1000 points but it's stacked onto 0, which is what you start out with
  • riverbat1riverbat1 Member Posts: 11
    It should look like this:

    After 1 second, change attribute [Score] to [Score] + [points to add]
    Thanks! Now all I have to do is solve the other part :)
Sign In or Register to comment.