hi,
I am sure there must be a simple solution to this but i don't find it :(
I have an ellipse starting at 0,0, an the radius increases all the time until it is out of the window.
what i want is that there many ellipses on the screen, e.g all two seconds, and that this process never stops.
hi,
I have created a string array and the strings are randomly selected and diplayed after the DISPLAY_TIME.
Now I want to fade out and in using alphaVal over exact this time period, so that each time the string changes
the alphaVal starts changing from 0 ->255, ->255-0.
Any help appreciated.
regards
rettnoise
PFont font;
int counter;
final int DISPLAY_TIME = 3000; // 2000 ms = 2 seconds
int lastTime; // When the current image was first displayed
float rx = 120;
float ry = 160;
float alphaVal = 255;
float a = 1.5;