Hittests with Arrays

Is it possible for me to use An array to make a 1 hit test count for more than 1 MC like have


floor=["MC1", "MC2", "MC3"];
}
if (this.hitTest(_root.floor)){
speed = 0;
}

where MC1, MC2, MC3 are diffrent platforms?

i know that code wouldent work but i am just woundering if it is possible.