On which pixel does the colliosion occur?

Hi,

If I have an object and another object collides with that object, is it possible to see where object2 gets hit by object1? Not on the X axel but on which pixel.

For example:

A paddle is 100 pixels and a ball hits it, how can I see on which pixel the ball hit the paddle?

Thanks in advance,

Best regards,

Tomas

object2.x (ball) - object1.x (paddle) should give that information in an collision event.

Thanks!

object2.x (ball) - object1.x (paddle) should give that information in an collision event.

Thanks!