Newbie here. I've been learning processing since 1 month now, with Dan's amazing book. Processing in really awsome !!
I'm trying to write a sketch where several balls fall and bounce for an exercise. It worked, and then I decided to ad some randomness to the whole thing (speed, radius of balls, distance between balls).
If I implement the balls proprieties randomness in the for loop, the parameters change with every frame as the loop is in the draw function. So I had to use OOP. No problems defining the object itself. But to call it, I had so mess with arrays (I got the idea in this thread:
http://processing.org/discourse/beta/num_1250442400.html. But the sketch doesn't work. I've been looking at it for 2 days, and still can't find the problem. Mind giving me a hand on this one ?