Hello Everyone -
It seems that if you use one "offset" block on a layer property, it works correctly.
The problem occurs when you add an additional "offset" block to the mix.
For Example:
If the Live Tab Alpha is Greater Than 99, -251 Offset the X Position of the "Context-Text" Layer.
If the Live Tab Alpha is Smaller Than 1, -291 Offset the X Position of the "Context-Text" Layer.
Ideally, when a super has a live bug then the alpha is at %100, and position of the Context-Text moves to the right to accommodate the live tab.
The problem is whichever offset number was last input into the block is the only offset that affects the layer.
So if you were to change the -251 to a different value, the new value would go into affect immediately.
I tried replacing the alpha with the visible property. Using a >.5 or .5< to trigger the visible layer, still has no impact on the offset.
Its a little puzzling that only one offset per layer property(X,Y,Z cords) is allowed in a script...
Is there something I am missing or is this a normal visual logic thing?
I figured out a work around using the "Text" and "Visible" layer properties, but figured id ask.
Thanks!