Tagged Questions
3
votes
3answers
675 views
Algorithm for dragging objects on a fixed grid
I am working on a program for the mapping and playing of the popular tabletop game D&D :D Right now I am working on getting the basic functionality like dragging UI elements around, snapping to ...
1
vote
2answers
196 views
jquery drag and drop
I want to know how to clone and append an element to the droppable area with the following code:
$(function() {
$(".draggable").draggable();
$(".item").droppable({
drop: ...
0
votes
0answers
228 views
Drag and Drop Snap to Center of Rectangle
I have a stage with a thin movieclip called finger1 and another movieclip called ringProxy.
I have a drag and drop set up for the ringProxy to snap to the finger1 movieclip based off of finger1.x ...