How can I score system for 2d game

I have two objects named stick. (stickLeft and stickUp) . I have two objects and I apply this to my scripts. (stickLeftScripts and stickUpScripts) .

The purpose of the script, the pictures clicked scoretext addition to 5 points. (This images names LeftButtonImage and UpButtonImage).

But UpButtonImage runs when LeftButtonImage don’t work.
But stickUpScripts was disable when stickLeftScripts worked.

Can you send us a screenshot of the gameobjects Inspector? And the code you’re using?

P.S, Wlcome to the forums :wink:

It sounds like you need to add a break after UpButtonImage so you don’t flow directly to LeftButtonImage?