I am trying to detect a drag and dropped object. Consider circle object being dragged and dropped inside a rectangle, how can I detect the circle, from rectangle. I am not sure whether kineticjs provides an event detector for this kind. Kindly help me how can I detect the circle object, from rectangle object.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
You can detect which shapes in a layer that intersects a point (1), maybe that is the closest answer to the question.
|
|||
|
|