So, I have two instances of the same canvas object (Canvas1) that have the blend mode Source In. These two objects overlap and the result shows the parts where the canvases overlap.
I have a third canvas (Canvas2) which is a separate object. I want to paste what I see on the screen (the parts of the two canvases (Canvas1) that overlap) on this third canvas (Canvas2).
The count of Canvas1 should be scalable as I intend that there will be more. Pasting a canvas to another canvas works fine just using the Paste Object expression. Pasting object with blend mode also works fine using this method, https://www.construct.net/en/forum/construct-3/how-do-i-8/paste-object-drawingcanvas-152212.
However, when I try to mix these, (canvas to canvas) and (blend mode) it doesn't work. What I'm trying to do might be so obscure that construct just doesn't have support for this but I thought I would ask anyway.
To the kind helpers, thank you in advance!