Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incrementation does not work #390

Open
millermc01 opened this issue Sep 1, 2024 · 1 comment
Open

Incrementation does not work #390

millermc01 opened this issue Sep 1, 2024 · 1 comment

Comments

@millermc01
Copy link

make a variable x and then in the draw function x = x + 1 and the program does not run

@villares
Copy link

villares commented Sep 1, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants