Score countdown

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]

So you have it visually working, but not performance wise?

Try attaching all the code to one timer that increases the score while simultaneously decreasing the bonus. [import]uid: 103624 topic_id: 23324 reply_id: 93427[/import]