Add the system condition pick (ball) by comparison.
Distance(ball.x,ball.y,bomb.x,.bomb.y)<100
I do not understand your second question. To create a bomb where the player touches, on touch start - create bomb at touch.x, touch.y. That doesn't have anything to do with moving your player.