Using Modulo What am i doing wrong? Halp

Whats wrong with the picture? i want 3 2 1 3 2 1… i know im close i can take away the +1 and get 2 1 0 2 1 0 but i want 3 2 1 3 2

Try it like so:

I am ultimately trying to avoid condition checks… yeah i can make it work though conditions easily… I have a left and right button… i know that i can get 2 1 0 and it continues without a condition check… I think its order of operations is issue maybe? that method you have would 100% work … i know that i am ultimately trying to apply different practices to learn

1 Like

my only other idea is that this maybe a bug? or you cannot add anything to the modulo output?

Add +1 here instead:

1 Like

Sucess LOL its always something simple i thought i already tried that

Modulo is weird, here’s some cool stuff:

Also thanks!! the reason i want it this way is it seems cleaner and i can easily add an array and get length and easily add more faces without having to come back into the code …

1 Like