You can do that in many ways.
One way is to create a global variable you set to 1 the first time its pressed.
On the touch event just check for if that variable is 0
You could also put the touch event in a group and then disable the group once the button is pressed.
Thanks, that's what I need.