How do you tally up a score? You see how in the video, he gets 4 points for his score. When the point board comes up, his score is at first 0 and then it adds 1 every 0.2 seconds and then stops at what the score he got which is 4. How do you do this effect?
youtu.be/IMwIhGQDZ9M?t=38s
Develop games in your browser. Powerful, performant & highly capable.
One way:
two variables, let's call them TallyUp and Score
-System compare variable Tallyup is not equal to score
-System every 0.2 seconds
system add 1 to TallyUp Text set text : "Score = "&Tallyup
system add 1 to TallyUp
Text set text : "Score = "&Tallyup
Could you possibly provide a screenshot? Its not working for me, but I do get the idea I think.