Hi I'm brand new to Processing, and Java. So I'm in the beginning stages of learning all of this.
I'm trying to figure out, if I have a block of code that draws a certain picture, that I then want to recreate, how can I store it and call it back? I feel like I should be able to give the function a name and then just recall it when needed. How can I do this? And is there a way to change parameters in the function when you recall it everytime?
Thanks!
E.a.m.