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

Problem with version v0.10.2 (p5js) #19

Open
rodrigoKulb opened this issue Sep 28, 2020 · 2 comments
Open

Problem with version v0.10.2 (p5js) #19

rodrigoKulb opened this issue Sep 28, 2020 · 2 comments

Comments

@rodrigoKulb
Copy link

rodrigoKulb commented Sep 28, 2020

Problem with version v0.10.2 (p5js)

First congratulations on the script, I was testing with version 0.10.2 and I found a problem with the word symbol, I believe it is a reserved word in this version.

I switched to symbolM and it worked!

@czkoudy
Copy link

czkoudy commented Nov 10, 2020

Yes, the ES6 comes with Symbol - Symbol

So, as you mentioned, using any other name will work :-)

@PythonCoderUnicorn
Copy link

Hello

I copied the code from p5js file and pasted it into my p5js browser editor and it kept giving me errors. What fixed the error was to renames Symbol() function to something else, in my case Action() in both places it was called.

Thank you so much for the code, I always wondered how this was created.

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

3 participants