public void greenCollab() { cntrG++; if (cntrG % 2 != 0) { partGreen.Play(); dat.greenVis("Collaborated with green brush"); } else { partGreen.Stop(); dat.greenVis("stopped collab with green brush"); } }