-
Numbers – Change color based on value
I want the fill color on my generated number to be green when increasing, orange otherwise.
This is my first time attempting to write a custom script.
First, I do not know if my if statement correctly checks for an increase.
Next, I do not know how to define the fill color.I attempted an array [255, 115, 0, 255]/255 and it said it was uninitialized.
screenshot2015-11-30at10.55.17am.png
if (value(effect("Numbers")("Value/Offset/Random Max")) > valueAtTime(time-.05)){
;
}else{
;
}