Hi Zathan, If I understand your problem correctly, you can use variables to solve your problem. This might not be the simplest solution but it should work.
On Touch Object "your button"
-Set Variable to 1
On any touch end
-set variable to 0
[Variable =1
Touch is touching "your button"
-Do your events here
The on touch object makes sure that it only activates when you specifically touch that button and now scroll to it but it only activates once and doesn't act like the touch is touching function which continously runs the events. So place a variable as a trigger and that should help solve your issue.
Hopefully this helps you out.