Two drop targets at once?

I’m using this actionscript at the moment:


if (_root.pin2._droptarget == "/container/mcDraw"){

but is it possible to have two droptargets so that the actions are only carried out when the drag object is dropped within the bounds of two different movieclips? i.e when all three are overlapping.