So i just developed a game for a class project, and I would like to uplaod it to the open Processing website, but the javascript mode just wont work! Its extremely frustrating. I dont get any errors, when a I run from processing, a new window open and i just get a grey screen without any image. If i try loading other sketches they work fine. My file is only 3/4 mb so I have no clue what is going on! if somebody can help it would be greatly appreciated! Thanks!
Ok so I just picked up processing in school a couple days ago, and Im trying to work on this little project where whenever the user clicks on the screen, a circle is drawn, and gets bigger by a certain amount (in my case 10), until it reaches a maximum limit where it can no longer expand (<= width) . I don't know how to use booleans too well yet, nor loops. Heres my code, if someone could help me out it would be much appreciated, Thanks!