-
How do I get to this step in the tutorial?
Been doing this tutorial, but I get stuck.
Tut: https://library.creativecow.net/articles/ebberts_dan/noise.phpI have created the solid, and then do I double click into that to create a circle mask?
Also, I don’t know how to enter the properties, how do I get to the screen where it asks to enter the properties?
////////////////
Add this expression to the Position Property:
numRows = 10;
numCols = 10;row = Math.floor((index – 1)/numCols);
col = (index – 1)%numCols;
x = col*width + width/2;
y = row*height + height/2;
xOffset = (this_comp.width – numCols*width)/2;
yOffset = (this_comp.height – numRows*height)/2;[x,y,position[2]] + [xOffset,yOffset,0]
//////////
Thanks for any help 🙂