startDrag work but stopDrag no

hellow! i have one mc that has one but when press startDrag. Normaly

on(press) {
startDrag(_root.portfolio, true);
}

now in code

on(release) {
stopDrag();
}

what can i do ?