private void resetMe() { foreach (GameObject frag in fragments) { FadeOut fo = frag.GetComponent <FadeOut>(); fo.Finish(); } exploding = false; }