Button score help!

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

on (release) {
_root.one.two.prevFrame();
_root.score =+ 100;

}

:hugegrin: