Processing Forum
Hello
Just a quick question?
how can you run just a part of the code within draw() just once, but the rest of the code continuously ?
I've looked into redraw() and loop() but it doesn't seem work.
I would like the code in red to be run once, and the rest of it inside draw to run continuously.
thanks