public void ComputerBtn() { if (!canComputerStuff) { return; } decorationAnimator.SetBool("isFlashing", false); compMan.gameObject.SetActive(true); compMan.PlayGeneratedNotes(); }