Simple question about blinking and typography
in
Programming Questions
•
7 months ago
Hi everybody, I'm quite new in processing but I really like having fun with it.
I'm stuck on a very basic question :
I made a sketch where you can write text and what I'd like to do is to make it blinking from black to white.
I want each letter to have it's own blinking to create a less repetitive animation.
I can change the color of text when I use :
text("I",20,20);
but it doesn't work when I use :
text(key,a,h);
I hope i'm quite clear and I apologize for my bad english, I'm french :)
Thanks !
1