Exemple #1
0
    public void tapBtn()
    {
        if (tap2th)
        {
        }
        else if (tap1th)
        {
            tap2th = true;
            if (moveSideXcourotine != null)
            {
                StopCoroutine(moveSideXcourotine);
            }

            adMnr.playAdLvlNrInterfaceBtn(lvlNrInterfaceObj.GetComponent <LvlNrInterfaceManager>().refreshTextMoney);
            MoveSideX(-moveSideX);
            setBool(false);
            animator.SetBool("show1FL", true);
            animator.SetBool("showAllFL", false);
        }
        else
        {
            animatorStartShowAll();
            tap1th = true;
        }
    }