Sliding spreads problem

Hi,

I’m creating a picture slider, and I am having problems making a perfect checker board. As you can see in my patch I am controlling the position of the quad with the phase pin on the linearspear spread. My question is, how do I keep a perfect checker board?

gaz

checker board.v4p (13.0 kB)

i donì’t know if this can be a solution, and if this is the best solution, anyway you can add a + after the linearspread, using a map for establishing how it can/must move, see attached example

hope it helps

checker board_add.v4p (22.1 kB)

Using the phase pin makes the squares loop… the method you suggested Screamer does not work for me sadly =(

Here’s a fix… not very elegant!

checker board v2.v4p (29.2 kB)

noticed a copule of things about your v2. first of all, seems to be vvery resources consuming, second works only if after press you wait the second of the monoflop. third, seems to be not completely centered.

anyway i’ve tried to obtain the same as you following my initial approach, i don’t know if can be a solution

checker board_3.v4p (12.1 kB)

Vvvvery sexy, cheers Screamer, you da man!