Use 12 Pictures Over 12 Hours

I want to make a watch face that has twelve pictures that switch over the course of the day. I know how to make it change over a minute, but would most likely lag, drain my battery, and I wouldn’t really get to enjoy the picture. Thank you in advance. :grinning:

Hi Jaymi
Give the following tag a go. I’ve used it to change between two images every 12 hours (Night & Day). You’ll just need to change the specified hours you want each image to be visible for.

$#DH#>12&&#DH#<8?100:0$
This statement is saying, if the hour in the day is greater than 12 and less than 8, show 100 transparency or else show 0 transparency.

This statement and more information can be found under “Math and Conditionals” in this handy document.

I hope this helps.

Cheers,
Lochie

Thanks, This helped.