Hello! This is my first week with Construct 2 and I'm excited with what I've seen so far and amazed by the length of the FAQ!
My question is regarding the compositing process in general, as I'd like to have a better understanding of how layers, z-order, and blend modes affect the final image.
A specific scenario I have been unable to understand is in regards to "spotlight" effects:
In the Lighting Demo, this is achieved by having a lighting layer with a black, opaque background. The "spotlight" sprites on top are blended as "Destination out" in order to "burn a hole" through the black background. Then, the layer is rendered through "Force own texture" (it's necessary but I don't know why) and blended as Normal onto the layers below.
My initial attempt to do the same effect was like this:
Lighting sprites are blended as Normal onto the lighting layer. The layer is otherwise transparent, and the layer is blended as "Destination in" onto the lower layers, to hide any area that is still transparent on the lighting layer.
This appears to work perfectly in the editor, but when running the game, the area that should be black is actually transparent, and I don't know why or how to fill it in. Choosing "Force own texture" on the layer has no effect. To show the difference, I included both techniques in a project, and coloured the html demo's background purple so the transparency problem in my technique would be obvious.
capx
dl.dropbox.com/u/117529592/Construct%202/Forum%20questions/LightingAndBlendModes.capx
html demo
dl.dropbox.com/u/117529592/Construct%202/Forum%20questions/LightingAndBlendModes/index.html
(Sorry for not having clickable links, but I'm a new user and the forum disallows it)
If anyone could explain why I end up with a transparent background (and if I can make it black), why it looks right in the editor, how "Force own texture" affects the rendering process (I know it renders the full layer separately, but what are the implications aside from performance), or how layering and blending work in general, it would be greatly appreciated!
Thanks!