passing values

Passing values to iterated objects

benoitlahoz's picture

Hi !

I'm trying to make a series of random X-scaled planes, and I would like the planes to be joined on their edges.

These planes would be translating on X, all joined.

So I would have to pass width and position from one plane to another, but I can't manage to find how to do with an iterator, as I want the number of planes to be a variable... and the whole comp to be... well... as elegant as possible...

I guess this must be quite simple, but passing values from an iteration to another is out of my competences for the moment...

Does any of you have an idea ?

Thanks in advance !