What is a good method to mimic a score counting down while adding to another? For example, I have a bonus score that I want to add to the main score. Instead of the numbers just immediately changing, I want the bonus score to quickly tick down while the main score is increasing.
I’m currently doing it with some timers, but it slows down a game a good amount when its happening. [import]uid: 84258 topic_id: 23324 reply_id: 323324[/import]