So, my problem is the following... I'm trying to develop an app where I need to have some growing circles: I start the circles with width/height 0 and grow to a size I choose, like this
http://www.openprocessing.org/sketch/2507 (but I need it to stop at some point).
Everything works as I want. Except for the circles. I need them to start with width/height and grow to the size they have in that file... I tried everything, including reorganize the whole code to the fuctions in the class be called in draw()... But now, I don't know what else to do...
Any suggestions would be appreciated :)
[Sorry if my english is not very good, but I hope you can understand what I want :)]