private void OnMouseDown() { TB.RecibirRespuesta(respuesta); // Debug.Log("Boton " + respuesta + " pulsado."); if (PlayerPrefs.GetInt("VFX") == 1) { AS.clip = click; AS.Play(); } }
private void OnMouseDown() { TB.RecibirRespuesta(respuesta); // Debug.Log("Boton " + respuesta + " pulsado."); }