# Nathan's Gaming Tutorial - Problems

**URL:** https://forum.kirupa.com/t/nathans-gaming-tutorial-problems/173780
**Category:** programming
**Created:** [December 29, 2005, 5:24pm UTC](https://forum.kirupa.com/t/nathans-gaming-tutorial-problems/173780 "2005-12-29T17:24:12Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Chavs](https://avatars.discourse-cdn.com/v4/letter/c/7cd45c/32.png) [@Chavs](https://forum.kirupa.com/u/Chavs)
#### Post date: [December 29, 2005, 5:24pm UTC](https://forum.kirupa.com/t/nathans-gaming-tutorial-problems/173780/1 "2005-12-29T17:24:12Z")

</div>

Hello,

First off to start with, its a great tutorial, don’t get me wrong! But I am having a problems that I would like to be resolved!

The scoring bit isnt going down too neatly, when I do the code you have written, it keeps on adding 5. Not in the right way.

e.g.  
score.text = 0, coins give an extra 5 points, but it shows up like:  
055555, rather than 25.

Also, the fact that the variable is set to as score.text makes me curious, as shouldnt it be a numerical variable rather than text?
