-
How to know the value of the result of an expression?
I made a expression “wiggle” that was placed on solid opacity. Then the “wiggle” will create random values for opacity. Only I want to have this random “wiggle value” in the form of expression. To create a condition if / else.
I want every time the “wiggle” make solid opacity equal to or less than 9%, the opacity be modified to 10% opacity.
It would be something like this:wiggle (1,150)
if (“wiggle value result”<=9) {
opacity=”10″;
}