Hi,
I’m working on a sketch with animated Bezier-curves. The curves are created from a Curve-class. First I create curve1, when curve 2 starts I want all the drawings from curve-object1 to start fade-out slowly etc. Basically, I want to have total control of the fading-process for each one of the curve-objects.
My question, what is the best way to do this kind of thing I Processing? Put the Curve-graphics into an image, and fade-out the image?
For example in AS3, it’s possible to let a class inherit from Sprite or MovieClip, then fade-out each one of the instances by decreasing the alpha.
--thanks
/s-fish