You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
I'm afraid you might be running on Processing 4 where Python Mode is broken, it has the error messages silenced...
If you try on Processing 3.5.4 you might find it is a "Unbound local variable error" maybe (trying to increment a global variable without the proper global statement)?
Anyway, the best place for this discussion now, and for you to get help, is https://discourse.processing.org
make a variable x and then in the draw function x = x + 1 and the program does not run
The text was updated successfully, but these errors were encountered: