Attach two movieclips simultaneously

How to attach two movieclips at the same time to the cursor?

I wrote

mc1.startDrag(true);
mc2.startDrag(true);

but the mc1 doesn’t get attached…