void Update() { menufield.PCalculations(); timer += Time.deltaTime; if (timer > movetime) { menufield.Turn(); timer = 0; } }