Пример #1
0
        public void blueCollab()
        {
            count++;
            if (count % 2 != 0)
            {
                partBlue.Play();

                dat.blueVis("Collaborated with blue brush");
            }
            else
            {
                partBlue.Stop();

                dat.blueVis("Stopped collaborating with blue brush");
            }
        }