We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I am trying to visualize points that appear one by one on a graph I have drawn to the screen.
Ideally, a small ellipse would be drawn first, and from there, a "ring" would move outwards from the center of the ellipse and fade away while it is moving. The initial ellipse would remain where it was originally plotted.
I could code a simple fading ellipse, but am unable to figure out how to animate a moving ring. Could anyone please share some ideas on how to get started with this?
Answers
when you just want ring say radius++; and use it as radius
when you want multiple rings consider an ArrayList of radius or a class Ring and an ArrayList of those
http://studio.ProcessingTogether.com/sp/pad/export/ro.9A9O52aqsIjdx