Instead of having the whole color palette on random, how do I randomize only a few selected colors?
Code currently in the button:
on (release) {
for (i=1; i<2; i++) {
_root[“r”+i+“New”] = random(255);
}
Instead of having the whole color palette on random, how do I randomize only a few selected colors?
Code currently in the button:
on (release) {
for (i=1; i<2; i++) {
_root[“r”+i+“New”] = random(255);
}
:: Copyright KIRUPA 2024 //--