When i stop touching the screen controls still

When i stop touching the screen control button behave as if I continued to touch it, how can I do to stop the action when I stop touching the button? Sorry for my English, and thanks for help.

Hi !

I think you can use an inverted condition, such as the screenshot below.
Notice the box checked at the bottom of the window.

Basically, an inverted condition is the opposite of the classical condition. For example in this case, the inverted condition means : “If touch is not down”.
Then, you can add your actions to put the button in its original state (unpressed).