-
In theory, how many times will this code run
Hi
OK. A crazy Friday experiment. Basically I’m trying to optimise the way I execute expressions.
It doesn’t really matter what the code does, this is about the structure of it.I have a text layer. In Source Text I have this expression:
var numLayers = 3;
var scaleString = "[";for(var i=0;i
data[index-1]; So, the big question is: How many times will the code in the Source Text property run? Once? Or once for each shape layer referencing it?
Did that make sense? Let me know if not.
Here is a example download: https://f1.creativecow.net/file/11432/11432_testloop.aep.zipThanks,
Jakob