Draging 2 clips, and then drawing a line between them

Hi there.

Im trying to make something :stuck_out_tongue:

Here it is.

Its going to be 2 movie clips that are going to be dragged up and down(Only vertical movment!!!). And when u have then in the position u want, u can push a button and draw a line thrugh the 2 clips.
Or if there could be a line that is always on the 2 clips.

I know its kinda badly explained, therefore im gonna put up a little schetch.

The only thing i have manage to make is the drag

sirkel1.onPress = function() {
startDrag(โ€œsirkel1โ€, true);
};
sirkel1.onRelease = function() {
stopDrag();
};

can anyone help me?