private void Awake()
 {
     ballPos    = FindObjectOfType <RandomPosition>();
     batter     = FindObjectOfType <PathFollower>();
     projectile = FindObjectOfType <Projectile>();
     text.text  = "";
     ballPos.FindNewPosition();
 }