Score counter not working properly

I’m making an air hockey game, and when someone scores a goal, the counter will sometimes divide or subtract the numbers. Not sure what to do. Heres a link.

http://www.flowlab.io/game/play/458746

You are updating the score from two different places, using two different methods. You have a number that increments and then updates the score display. You also have an expression that increments and also updates the display. They are overwriting each other’s results, which is why the counting seems wonky. Either one will work, but I would delete the expression since it’s more complicated, and just keep the incrementing number.

scoreupdate

you need to make so the puck hitters cant go past the line =)