hexagon logo

Looping. Move double offset?

So I am trying to loop my program so i can do 3 rows and four columns. I have my program set up inserted my y loop start 1, end 3, offset 6. Then my x loop start 1, end 4, offset 4.5. then my program with the two end loops at the end. I also have a on error end command. So my problem is that on every move on the second part (x2,y1) it decides to move over to the spot where the third one is (x3,y1). But when it comes back to the second one it still accomplishes every measurement. It seems as if it is offsetting every move twice? What is wrong?
Parents Reply Children
No Data