// Walking Motion int num = 100; int range = 24; int frameSpeed = 10; float optionX; float optionY; boolean debug = false; float[] ax = new float[num]; float[] ay = new float[num]; float[] endpoint = {380,380}; void setup() { size(400, 400); for(int i=0; i