-
Source text for displaying thisLayer.sourceRectAtTime(time).width
Stupid expression problems can cause hours in delay.
I have no means of reading variables other than putting them into a source text with an expression.These here work fine as a source text expression:
thisLayer.name
thisLayer.position or thisLayer.position[0] if you wanna go specific.
Why doesn’t this work:
thisLayer.sourceRectAtTime(time).width
Whatever I try, I can’t get the source text to reveal this value. It just switches back to the default source text without any error.
This seriously delays my debugging of a coding error.
Help!