# Button score

**URL:** https://forum.kirupa.com/t/button-score/293233
**Category:** Uncategorized
**Created:** [July 25, 2009, 1:37pm UTC](https://forum.kirupa.com/t/button-score/293233 "2009-07-25T13:37:10Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![rino](https://avatars.discourse-cdn.com/v4/letter/r/50afbb/32.png) [@rino](https://forum.kirupa.com/u/rino)
#### Post date: [July 25, 2009, 1:37pm UTC](https://forum.kirupa.com/t/button-score/293233/1 "2009-07-25T13:37:10Z")

</div>

I am trying to create a button that when it is pushed it increases a score, but for some reason when it is pushed it only adds the score once. Here is the code

on (release) {  
\_root.one.two.nextFrame();  
\_root.score =+ 100;  
}

:hugegrin:
