Construct 2 recently introduced WebGL shader effects in the beta releases, allowing for impressive native-grade visual effects. Below is an example of a 'water'...
One of the cool things you can do in Construct is add multiple effects to an object. For example you can add a Warp effect to distort the object, and then apply...
This is the second blog in a series about the code in Construct that renders effects, called the effect compositor . In case you missed it, be sure to read part...
I'll try and explain the best I can what I'm looking to do. So say I have a white sprite, I give it the tint effect and a color '140, 176, 136'. I want to be ab...
I would like to do a snow effect , any tips?
So I have a shader that I always use in my own engines that I can use a sample texture to apply transitions and I made a super simple version of it for Construc...
It is possible to create simple lightning effect (like this one: ) but on 3 layers with parallax? Take a look on my layers: - Layer with "black material" and "f...
Been a while since I've posted here...Getting ready to release the first game I've developed in Construct (started in C2, finishing it in C3), and when porting...
Procedural transparent warp effect, ported andrewray's effect from to C3. Addon with example. Created using the excellent c3IDE plugin development tool.
I have a game character as a sprite with multiple animations within (animation for running, jumping...Etc - each with 6-9 frames). While running through the gam...