I'm trying to achieve a effect similar to this:
https://dl.dropboxusercontent.com/u/84027422/Assets-web.gif
Basically the background changes or blends colors in real-time, slowly transitioning from one color to another; can I achieve this with construct 2?
Yes, use the AdjustHSL effect. H stands for hue, meaning the color tone. Care: not all devices support WebGL. For those who don't you'd need to setup an animation which would ofc occupy too much space if it is the background.
example:
s000.tinyupload.com/index.php
Develop games in your browser. Powerful, performant & highly capable.
Wow thanks! Just what I needed :)