Dragging more items

Can I drag more items like:

[AS]myMC.onRollOver = function(){
startDrag(“item1”, true);
startDrag(“item2”, true);
}[/AS]

?
It doesn’t work!