getChildByName

if I have **unknown **number of movieClips on stage all named like so:

HOME30
HOME31
HOME32
HOME33
HOME34

how could I run a loop which would push into array all movieclips named like so?

myArray.push(getChildByName(“HOME3” + i));