One way to do it would be to attach the following script to the dragger instance:

code:

on(press)
{
_parent.startDrag();
}

on(release)
{
_parent.stopDrag();
}