This tutorial hasn't been translated.
This tutorial is licensed under CC BY 4.0. Please refer to the license text if you wish to reuse, share or remix the content contained within this tutorial.
This was done in Construct 3, but it can also be done in Construct 2.
Tutorial shows how to make background color change its color smoothly.
You can mess around with Values:
Add random(0,1..2..3..4...)
or/and
Subtract random(0,1..2..3..4...)
Neat, Thanks mate!