AS 2.0 on(dragout)

on(dragOut){
startDrag(home_btn,false);
}
how would i stop the drag cuz on(release){stopDrag();} does nt work for it
thnk u in advance for any help