This is a bit of a longer description, so bear with me.
I have three scenes; let's call them Scenes A, B, and C. Scenes A and B each have one Display Capture type source. Let's call these sources Display 1 (in Scene A) and Display 2 (in Scene B). In practice, Scene A is my programming IDE, and Scene B is PowerPoint slides.
I want to be able to switch between A and B so that their sources fill up the whole program output.
Now, Scene C is so that I display Scenes A and B simultaneously so that A fills the whole screen and B fills ca. 1/4 of the screen and is on top of A. This is fine so far.
MY GOAL: I want to use Move transform when I switch to C to decrease the size of the source Display 2 slightly. Similarly, when I switch out of C (say, to Scene A), I want to use Move transform to increase the size of Display 2 to its original size. The reason for this is that I want to use a drop shadow filter (Stroke Glow Shadow 1.0.2) on Scene B to make it stand out a bit better when laid on top of Scene A. However, the drop shadow only seems to apply when the display capture's size is reduced and NOT to fill the whole program area.
PROBLEM: How can I apply the Move transform (size decrease of source Display 2) when I switch to Scene C, and apply another Move transform (size increase of source Display 2) when I switch AWAY from Scene C, that is, to any other scene? I use Stream Deck, and of course, it is possible to use Multi Action to achieve this, but that is definitely not an ideal solution.