I am creating a bubbles game, that there is a lot of bubbles on the screen moving and i want to pop a bubble when i click on it with mouse.
I can get the position of Mouse easily but i don't know how to get the position of the ellipse in order to check the intersection with the point of the mouse.
Any ideas about how to get the position of ellipses ?!!
I am using Canvas as my container.