Button score

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: