I am trying to make certain images visible only at certain times of the day by adding tags to opacity, but I am not sure how to enter the formula. What should I enter if I want an image to be at 100 opacity at only the hour of 1:00 in a 12 hour clock?
try to use
[HOUR_1_12]==1?100:0
with zero initial value.