Connected Custom Watchfaces / Which Watch Face are Wearing Today?

Posts
115
Likes
108
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,388
Likes
8,882
Tomorrow


I didn't know these models...I don't know if it is some modification or if they are real
BA4E5C3F-6BB8-4C72-91E2-9048423D0656.jpeg 354F2BF3-D9DE-4B93-901D-153F7B15D112.jpeg 44981FBC-5947-4805-8175-E62C7D7D6130.jpeg 47F5C057-BF91-4847-ADD3-CBC005103B26.jpeg
 
Posts
5,653
Likes
14,832
Tomorrow


I didn't know these models...I don't know if it is some modification or if they are real
BA4E5C3F-6BB8-4C72-91E2-9048423D0656.jpeg 354F2BF3-D9DE-4B93-901D-153F7B15D112.jpeg 44981FBC-5947-4805-8175-E62C7D7D6130.jpeg 47F5C057-BF91-4847-ADD3-CBC005103B26.jpeg
Monaco dials in Monza cases? ::confused2::
Where did you find these “Frankensteins”?