and thanks for taking the time to look at my question. I'm still a beginner (relatively, a few months of experience) at programming, and I'm trying to make a simple game in processing. I want to have an eval function so that I can evaluate some typed in strings. This is just a simple game, so security isn't a problem, and I don't mind if certain things that get typed in will create unusable code because the code inputted will only be creating new shapes and not messing with existing code. I tested out the eval function by doing this.
eval("background(0);")
but the background obstinately stays white. Am I doing something wrong? (as I suspect) This is my first time dealing with evals.
Thanks for you help!