IEnumerator WaitAnimation() { Debug.Log("wait for action"); yield return(new WaitForSeconds(15)); intro_m.PlayTetris(); }