Hi, boys, I want to show the time evolved with drawing the different pictures, but the former time is still left. I want to know if the forrmer time can be cleared.
int numFrames = 19; // The number of frames in the animation
int frame = 0;
PImage[] images = new PImage[numFrames];
PFont plotFont;
void setup()
{
size(417, 250);
frameRate(2.5);