Answered
how to write expression in such case-6
Hi,
I am trying to do same animation from a gif using if else expression. I cant figure out what am doing wrong. I need guidance. :'(


Hi,
I am trying to do same animation from a gif using if else expression. I cant figure out what am doing wrong. I need guidance. :'(


Rotations are counted continuously. It will be 180 degree exactly once. You need to use the modulus to "reset" the value for every cycle:
rotation % 360 > 180
Mylenium
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.