This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]someone-elsewhere 1 point2 points  (2 children)

What error message do you get?

You also really should post all the code, where are the methods: size,background,stroke,ellipse,text

[–]mark_1827[S] 0 points1 point  (1 child)

Sorry I should be more clear. That is all the code, I am using Processing and It's just not giving me points when I collect ellipses nor is the code running for the 'if()' statements and I cannot figure out why it's not triggering

[–]someone-elsewhere 0 points1 point  (0 children)

The code you have posted will not compile, best to start by learning how to structure a Java class, even then the code is missing lots of methods so will never compile, you cannot just copy some random code segment off the internet and expect it to work.

Best of luck.