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();
}
|
Results 1 to 8 of 8
Hybrid View
|
Click Here to Expand Forum to Full Width |