problem is storing the variable in the expression for the next frame my code is simple like this applied on opacity
Code: Select all
if (time <2){
x=10
}
x
on frame 0,1 the x will equal to 10
however on frame 2 their is no x so what to do
note : the code is just testing and simplified i need to store result of calculation and use the result as input or to make it constant
