I have been to the wikipedia page, researched it within the processing website, and looked at examples. I cannot figure this problem out. My goal is to make multiple "fireworks" when I click the mouse, but I keep getting an error that something is wrong with the array, but it looks like all of the examples I have looked at!
I am trying to make multiple "fireworks" where ever I click the mouse, but it says I am missing a semicolon. I have tried comparing it to other things alike the mousePressed I am trying to use, but it is not working. Am I missing something that someone else can see?
int numParticles = 200;
GenParticle [] p = new GenParticle[numParticles]; //GenParticle [] p = new GenParticle[1];