-
loop in AND loop out
Hi! New problem …
I have a project where some layers rotate around a globe (it’s not for me, it’s for a training session I give!)
and here is my problem: I wrote an expression to loop my rotation loop_out(“cycle”,0) and, of course, it works. Now, I wanted to have the same rotation withe a loop in. So I added a line to my expression:loop_in(“cycle”,0)
loop_out(“cycle”,0)and it doesn’t work. I have a loop in OR a loop out but I can’t have them both on the same layer. May be I should add something between my two expressions?
Any ideas?Thank u guys