Change draggable handle

Problem: I have a group object set as a drag source, I would like to set the draggable handle to just one element within the group object.

ActivePresenter Version: 7.5.8

OS: Win10

Notes: I have tried to make the group object draggable with the following code

$(prez.object(“Group Object_101”).node).draggable({handle: “#” + prez.object(“Freeform_68”).node.id});

and it does work, except there is an issue with scaling so that the drag position of the group object doesn’t match the mouse position

Hi Scott,

Did you set the group as a drag source from Properties pane?
I see that your code works without the scaling issue if you make the group as a drag source in Properties pane first.

Regards

That’s solved it.

Many thanks.