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