How to change position expression based on a checkbox control in another comp than the layer?
I'm build a script to make film credits.
I want to change the position expression of a layer when a checkbox is active or not.
Like the default position expression positions the first heading just out of the edges of the comp and the scroll expression positions the first heading in the middle of the comp and is scrollable with a slider control.
I already figured out this should be an if/else statement as you can't really do anything else with a checkbox control, but how to actually write this, I'm not certain of.
