swipe over multiple objets activate only the one that is been been touch.

Hi I am new in the forum I am developing an app for the Ipad but, I don’t know how to code multiple touch events when moving ( moved event ) between different objets. 

For  example I have three buttons, when I touch the first a music play ( began event ) when I moved ( on moved event) on top of the second button I want to stop the music of the first button ( ended event ) and play the music of the second button ( on touch event ) and so on with the third button, BUT with not release my finger from the screen ( ended event ) is like swiping my finger and selecting between the three bottons to select diferent music.

Please help with this is so important to me and I really appreciate it

It sounds like you are going to want to determine whether or not the touch is within the bounds of the object:

https://forums.coronalabs.com/topic/43532-determining-if-finger-is-within-an-objects-content-bounds/

Alex thanks for the link that help me a lot i am studying, and applying that to my app, sorry for the delay i just saw you reply yesterday.

It sounds like you are going to want to determine whether or not the touch is within the bounds of the object:

https://forums.coronalabs.com/topic/43532-determining-if-finger-is-within-an-objects-content-bounds/

Alex thanks for the link that help me a lot i am studying, and applying that to my app, sorry for the delay i just saw you reply yesterday.