Beispiel #1
0
    IEnumerator stopRed()
    {
        yield return(new WaitForSeconds(3f));

        Red.GetComponent <ballControllerTut> ().speed = 0;
        Text.GetComponent <Animator> ().Play("TextFade");
        Move.InvokeRepeating("firstMoveLeft", 0, .01667f);
        StopCoroutine("stopRed");
    }