So i'm currently using this Expression function from a AE ''wall'' intro tutorial, i can't get it to work since it gives me syntax errors, does the tutorial possible use a older version of A.E?
The expressions are
beam = thisComp.layer(“2D comp”);
beam.toComp([960,500,-700]);
And
beam = thisComp.layer(“2D comp”);
beam.toComp([thisComp.layer("slider").effect("Slider Control")("Slider"),500,0]);
On the effect controll ''beam'' starting and ending point from above to below.
Tutorial can be find here, i'm stuck on part 117
http://ae.tutsplus.com/tutorials/motion-graphics/lear-to-make-a-custom-3d-w...