public void RightAns()
 {
     ANS.text = "Right Answer";
     Key.GetComponent <Key>().openDoor = true;
     SoundandMusic.SWIN = true;
     StartCoroutine("ClosePanel");
     Key.SetActive(false);
     Blocked.SetActive(false);
 }