-
else If statment is acting weird
i encountered one frustrating problem.
i tried to else if statement in the following matter.
OP=loopOut(“pingpong”)
Blue=comp(“Animation”).layer(“Blue Line”).content(“Trim Paths 1”).end;if (Blue==18){OP}else{0}
the bothersome part start when the Statement is treating the condition as false. even tough this Blue line is actually qual to 18.
i started to play around with it, the moment i changed the “==” to “>” its suddenly worked as it should,
any ideas what the hack is going on? i just cant seem to figure this out, thanks.