Connected Custom Watchfaces / Which Watch Face are Wearing Today?

Posts
127
Likes
131
Thank you, may I know how do you change the order? so I can change on the other ones too.
Thanks

I went "Edit", scrolled down to script and found this section of the code that was changing backgrounds.
It was starting with 5, then with next click it was 1, then 2, then 3 and 4.
5 different backgrounds.

Since you wanted the second background, it's value "1" in the order, you had to click and it would change from value 5 to 1. I just changed the first line to be var_dial=1.
Now the order of backgrounds is 1,2,3,4,5. It starts with 1, your wanted background without clicking on anything.

You need to find part of the code similar to this one in the script and put the desired number as an initial value.

var_dial=5
function dial()
if var_dial == 5 then
var_dial=1
else
var_dial=var_dial+1
end
end
 
Posts
7
Likes
7
I went "Edit", scrolled down to script and found this section of the code that was changing backgrounds.
It was starting with 5, then with next click it was 1, then 2, then 3 and 4.
5 different backgrounds.

Since you wanted the second background, it's value "1" in the order, you had to click and it would change from value 5 to 1. I just changed the first line to be var_dial=1.
Now the order of backgrounds is 1,2,3,4,5. It starts with 1, your wanted background without clicking on anything.

You need to find part of the code similar to this one in the script and put the desired number as an initial value.

var_dial=5
function dial()
if var_dial == 5 then
var_dial=1
else
var_dial=var_dial+1
end
end

thanks a lot for the guidance
 
Posts
18
Likes
27
I love how this watch has just come out and you've done the face for it already!.Thank you!

I seriously believe that some of the members here work for Tag Heuer since the releases are so fast. They are obviously also very talented.
 
Posts
1
Likes
0
Anywhere I can download the Heuer Regatta countdown orange seconds and buzz?
 
Posts
2,412
Likes
9,025
Tomorrow


I didn't know these models...I don't know if it is some modification or if they are real
 
Posts
5,731
Likes
15,140
Tomorrow


I didn't know these models...I don't know if it is some modification or if they are real
Monaco dials in Monza cases? 😕
Where did you find these “Frankensteins”?