インベーダー群が親子付されているなら
子から親に登って全部の子のスクリプトを実行するのが手っ取り早いんじゃね。
 
for (int i = 0; i < transform.parent.childCount ; i++) {
transform.GetChild(i).GetComponent<InvderScript>().Hanten() ;
}