Expression is throwing an error at line 1, except there is no error at line 1.
There's an error *somewhere*, but AE is throwing the error at line 1, which makes it very hard to troubleshoot.
I could post the full code here, but at this point I'm more interested in knowing the how and why behind AE throwing an error at line 1. I've seen this happen before when there's an error elsewhere. It fixes when you find the error, wherever it may be.
for reference, the first line is:
emojiName = thisLayer.name;
As in, the name of the layer.
There is no error here. Using the debugging function "throw emojiName" on line 2 confirms it, as the correct variable is passed.
AE throws the error "array piece can't expand to more than one value"
This is an expression for the position attribute. The code ends with the following array:
[printX, printY]
Any ideas? Why does this happen?
