startDrag() mutiple mcs

hey, i was just wondering if it’s possible to to drag multiple MCs at once using
[AS]
on(press) {
startDrag(mc1);
}



but i want it to start the drag of a second mc too, not attatched to mc 1..so is this possible, and if so..how??