-
Timewarp Source Frame increment script
Hello, I have been trying to write a script that will increment the value of the Source Frame in the Timewarp FX. Basically what I want to do is have a Checkbox control that when checked will have the Source Frame value increase by 1, starting at 0 from the time the checkbox is checked, when unchecked the Source Frame resets to 0. I can’t seem to find anything online remotely to what I am trying to accomplish. Any help is greatly appreciated.
if (thisComp.layer(“Black Solid 1”).effect(“Checkbox Control”)(“Checkbox”)==1) ________
else 0