Dragging more than 1 movieClips

How do I drag more the 1 movieClip using this

on (press) {
startDrag(screen);
}
on (release) {
stopDrag();
}