Page 1 of 1

How to question

Posted: May 29th, 2008, 11:46 pm
by yimbo8
Ok, picture this:
I've 1 layer like this :
Image


and the thing is, that i want to make duplicates, but each one to be 180 px below the other like this:

Image

I'm pretty sure that involves some "index". but well you are the experts here.

maybe i can do it mannually, but i've to do a lot of this squares.

I tried to figure out myself but i'm just a begginer in expressions.

Thanks

Re: How to question

Posted: May 30th, 2008, 6:14 am
by Dan Ebberts
Like this:

value + [0, (index-1)*180]


Dan