class WebcamMen { //extends PImage WebcamMan[] man; Vector menParticles = new Vector(); float[] depth={ 0 , -1}; float[] x={ -40 , 550}; float[] y={ 180 , 150}; float[] speed = { 3.2 , -1.0}; float[] scl = { 0.8 , 0.5}; float[] arm = { 0.5 , 0.3}; float[] leg = { 0.5 , 0.3}; float[] freq = { 5, 4}; float[] bounce = { 5, 2 }; float[] go = { 0.02 , 0.02 }; float[] stop = { .001 , 0.001 }; float[] revDir = { .004 , 0.008 }; WebcamMen() { man = new WebcamMan[x.length]; for (int i=0;i