Page 1 of 1
How to change color of rotate hour?
Posted: 29 May 2024, 08:34
by cobz
Hi, i'm noob , i create a watchface
with 2 zont to change color first (power, swoosh and circle) ok but I can't create the script to change the hour color (normal_hour_TextRotate). I attach my script file, help me please.
Re: How to change color of rotate hour?
Posted: 29 May 2024, 10:46
by asoo
Example of edited file Changing color of "Text Rotate"
If who want to unpack this file with Sasha's edit program, you must delete the line. "//start of ignored block" in the file index.js
on the part "user_functions.js"
Code: Select all
// start user_functions.js
.....
.....
//start of ignored block <----- Delete this line
// end user_functions.js
Because it is expected that the program uses "//start of ignored block" as some requirements for creating scripts, so when it is in the user_functions.js may cause the unpacking process to not work properly.
Re: How to change color of rotate hour?
Posted: 29 May 2024, 13:14
by cobz
thanks a lot, great job