Hi guys, how do I make a text change its font color randomly or to a given set of colors after every x seconds?
Develop games in your browser. Powerful, performant & highly capable.
every x second --> set text font color rgb(floor(random(0,256)), floor(random(0,256)), floor(random(0,256)))
Thanks madSpy
You're welcome.
Don't forget to add "solved " on your topic.
solved