This is just some reference in case I forget... which is all the time. j = loop k = whereby int = integer List of projects to finish up... Project 7 - I have no idea on how to start this one. List of projects that are pretty much finished... Project 1 - Complete. Project 2 - Mostly Complete. Project 3 - This one is missing a couple of things, not 100% satisfied with it but mostly complete. Project 4 - not 100% finished, nor 100% satisfied but its just about done. The grass blades didn't work as intended. Project 5 - its halfway done, i don't know how to do the rest of the commands. Project 6 - its just about done, the collision doesn't kick in right away but it does work. ------------------------------------ //Finals review (Review it carefully!) int many= 2; Climber[] climbers= new Climber[many]; void setup() { size(800,600); noStroke(); frameRate(30); restart(); } void restart() { float x,y; for (int i=0;i