Hello,
I am working on a project where it entails dragging a circle into a box, dropping the circle and append to the box at the closest image point to circles current location.
I get the drag, and drop stuff, and I can do that already, but I am having trouble with once the circle is dropped attaching it to the box (so when the box moves the circle remains where it was dropped inside the box), and I also wanted it to drop and attach to the closest image point that the circle is closest to in the box. Sort of like snapping to the image point its closest to in the box once the drop happens.
Can anyone give me pointers? Or if this is even possible?