Ejemplo n.º 1
0
    void OnMouseDown()
    {
        tapM = this.GetComponent <tapedObjectMotion> ();
        tapM.actionTapEffect();

        Instantiate(_optionMenuPrefab);
    }
Ejemplo n.º 2
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();
 }
Ejemplo n.º 3
0
 // Use this for initialization
 void Start()
 {
     fIC  = this.transform.parent.GetComponentInChildren <faceIconController> ();
     tObj = this.GetComponent <tapedObjectMotion> ();
     sVMS = staticValueManagerGetter.getManager();
 }
Ejemplo n.º 4
0
 void Start()
 {
     tapS = this.GetComponent <tapedObjectMotion>();
     sSMS = stageSelectManagerGetter.getsceneSelectManager();
 }
Ejemplo n.º 5
0
 void Start()
 {
     tapS = this.GetComponent <tapedObjectMotion>();
     sSMS = staticValueManagerGetter.getManager();
 }