Hej there :-)
I am using drag and drop behavior and i want to drag a small circle that is within a big circle.
I want to make it so the small circle can not come out of the big circle�s image, even though the small circle its still being dragged. I this possible whit drag and drop Behavior?
Hope it makes sense :-)
How about if you add the condition:
if smallcircle is overlapping bigcircle
Develop games in your browser. Powerful, performant & highly capable.
Thanks for the quick anwser :)
I have tried that and i can only get it to stop draggin when is not overlapping
What want is
Cuntinue dragging it, but the small circle should be trapped inside the big circle.
in this particular situation you just want a distance constraint
distanceConstraint.capx
The green circle is drag&droppable
Thaks so much for the file :-D thats exactly what i was aiming for.
After a lot of work i could first check it today.
Made my dag :-)