Under the changes for Processing 2.0, I saw the following:
delay() has been removed. Nobody understood what it did, and when they did, they didn't understand why it was there. Huge source of confusion, especially for beginning students.
I don't understand this change. Lots of programs use delay(). I believe it exists in tutorials, examples, and educational material. I use it in lots of code to slow down the drawing so I can see it materialize. Otherwise, it finishes very fast and the visualization effect is lost. You should really leave delay() in the new version and let it continue to be used. You have a big task ahead to remove it from all existing published work.
Is there an alternative to delay() that I don't know about?
delay() has been removed. Nobody understood what it did, and when they did, they didn't understand why it was there. Huge source of confusion, especially for beginning students.
I don't understand this change. Lots of programs use delay(). I believe it exists in tutorials, examples, and educational material. I use it in lots of code to slow down the drawing so I can see it materialize. Otherwise, it finishes very fast and the visualization effect is lost. You should really leave delay() in the new version and let it continue to be used. You have a big task ahead to remove it from all existing published work.
Is there an alternative to delay() that I don't know about?
1