Hello all,
I'm trying to set up a logic that will fire my Scene Director once my remaining video duration goes below 25 frames.
That on itself is not difficult and I have that working. However, once the remaining time on my video goes below 25 frames it will continuously fire my Scene Director which I don't want. I want it to only be fired once.
So I tried adding an offset to my duration so once my remaining duration goes below 25frames, my Scene Director is triggered but then it adds an offset to my duration so that the condition is no longer true and the Scene Director no longer receives any triggers. But I can't seem to find a way to have perform a trigger only when a value turns 1.
So essentially, when I would compare this to scripting I would have a boolean which is set to false. When a variable becomes 1 I set my boolean to true which fires an event that performs an action but also resets the boolean to false so the action only gets triggered once.
Does anybody have an idea how to accomplish this?
Thank you,
Kenneth
