-
a question about variables
so im trying to learn about expression and about how they work from the book “after effect expressions” by marcus geduld (2009)
and when he talked he said something i have hard time understanding:he was using the expression:
controller=transform.opacity;
controller
and applied it to rotation
and he said’s that whats matter is the last statement.
that the first statement
(controller=transform.opacity;)
is only storing information from the opacity property.
but he doesn’t do anything else without the second statement (controller in this case)
that tells after effect to use it information.the confusing part is: when i erase the second statement. and stay only with the first one the rotation is still responding to the changes i do in opacity, wasent he sop post only to restore information and not really show it to me?
whats difference the second statement is doing?!

