-
How to write expression for this little part
hello everybody
I have problem in writing some little expression.
I want to say that parameter 1 = 1 only if it’s before the frame 2 and when it reaches the second frame the value turn to 0.
THANKS
this is the outlineif ( time < frame 2){
parameter1 = 1}
else{
parameter1= 0
}