Hello,
I'm trying to change a layer's background color to random colors.
I have 3 global variables: r, g, and b.
I have a System event set for every 10 seconds.
I then have 4 System actions:
Set b to random(254)
Set g to random(254)
Set r to random(254)
Set layer "background" background color to rgb(r,g,b)
But when I run the game the background does not change.
Any advice? I looked but didn't find a Layer Refresh or anything like that.
I'm using 254 in my random because I'm assuming it's zero based, please correct me if I'm wrong.
Thank you!