frozenpeas
Technical User
Hi,
Does anyone have any idea what is wrong with this code? The stopDrag is being ignored.
Thanks.
Does anyone have any idea what is wrong with this code? The stopDrag is being ignored.
Code:
on (press) {
_parent.dragged.startDrag(true);
_parent.dragged.swapDepths(3);
}
on (release) {
_parent.dragged.stopDrag();
}
Thanks.