// Use this for initialization void Start() { controller = FindObjectOfType <CollectRainGame>(); speed = -(Screen.height * 0.7f); }