Hi, I solved it. Was a problem of logic. I was trying to add an overlap event over the sphere (the finger) and not over the buttons. So everytime that the sphere collided with a button, execute the sphere event. The right logic was define the overlap event on every button and not in the sphere. So i created an overlap event in every button and it worked.
Here is the simple blueprint
Thank you!