Hi
Is it possible to to make a input box on the screen that run the sketch where I can type text or numbers that will influence a variable from the initial run. So the new input is read by processing. One variable is influenced by what I type. And either the screen is updated by the new variable size. Eg. a drawn circle is now larger or smaller. Because a String variable is updated. It alters a int variable through an array and after the value changes. the conditions for the draw is changed. Its also ok if I can type text on the display screen and hit run button and variables have been changed.
Thanks in advance for any suggestions!