I know i can do it like this:loop(c+1);
But i think that functions is a shorter way.c=if(equal(b,1),c+1,c)
And i need frame var.
Like this
c=every(frame,20,do(c+1))
4 posts
I know i can do it like this:loop(c+1);
But i think that functions is a shorter way.c=if(equal(b,1),c+1,c)
c=every(frame,20,do(c+1))