Use timer values

Hi,

I Need to make containers visible and invisible based on the value of a timer.

All I can get no is that the container becomes invisible at timer value 0 and visible rest of the time.

I need to make the container visible when value less than 6 but greater than 4.

Thanks.
Regards
Rafey

Just bind the visible property of the container to the following:if({Root Container.Timer.value} > 4 && {Root Container.Timer.value} < 6, 1, 0)