Quick Path Question

I’m trying to align one movie clip to another, and i cna’t figure out the eqaution to keep it aligned middle left

heres what i’ve got so far…

onClipEvent(enterFrame) { path = _parent.box_mc; _y = path._y+path._height-(path._height/2); }

that aligns it to stage left… any help?