Пример #1
0
 // Use this for initialization
 void Start()
 {
     am = amObj.GetComponent<AnimationManager> ();
     fs = faceSelObj.GetComponent<FaceSelection> ();
     hsTracker = hsObj.GetComponent<HighscoreTracker> ();
     sc = selectionControl.GetComponent<SelectionControl> ();
     cd = clkObj.GetComponent<ClickDetection> ();
 }
Пример #2
0
 public void ResetClickDetection()
 {
     clickDetection = null;
 }
Пример #3
0
 //Change Color: setDisabled, flash red, end sequence?
 //Set numbers
 void Start()
 {
     cd = clickdetectObj.GetComponent<ClickDetection> ();
     sc_answer = "";
 }
Пример #4
0
 public void SetClickDetection(ClickDetection cd)
 {
     clickDetection = cd;
 }