Esempio n. 1
0
 // Use this for initialization
 void Start()
 {
     checkIcon      = this.transform.Find("chkImage").GetComponent <Image> ();
     tapSc          = this.GetComponent <tapedObjectMotion> ();
     fIC            = this.transform.parent.GetComponent <faceIconController>();
     charaDotScript = GameObject.Find("soriteCharaDot").GetComponent <soriteCharaDotChanger>();
     sMB            = soundManagerGetter.getManager();
 }
Esempio n. 2
0
 // Use this for initialization
 void Start()
 {
     fIC  = this.transform.parent.GetComponentInChildren <faceIconController> ();
     tObj = this.GetComponent <tapedObjectMotion> ();
     sVMS = staticValueManagerGetter.getManager();
 }