Hi @muradium I think the problem is that you added my example as it was but you only need to add the angle="expr_[s]*6"
to the already existing <animation>
declaration which should be just above the first <image>
declaration of the animation in the be the custom complication.xml that you created after importing the animation into galaxy watch studio then right click on it and selected save as a complication.
Also, the one for minutes should be angle="expr_[m]*6"
the one for 24 hours should be angle="expr_[H]*15"
and the one for 12 hours should be angle="expr_[H]*30"
Also, the angle is just to make the animation rotate where it stands.
If you want to use them to go around the clock as watch hands you would have to add the next part to the placement tab with the animation selected you also have to center the animation for the next part to work properly.
By the way if you only want this last part you don’t have to create a complication you can just add it to the animation placement tab but if you also want the animation itself to rotate then after you add the appropriate X and Y
tags in the placement tab inside galaxy watch studio you have to right click on the animation then select save as complication then you have to add the angle
property by editing the complication.xml in the proper directory which usually is %userprofile%\GearWatchDesigner\complication
almost forgot, if you did edited the complication, the angle effects won’t appear until you import the custom complication
this is for the seconds
for the X position:
(([s]==0)*(0)+([s]==1)*(-0.1045)+([s]==2)*(-0.2079)+([s]==3)*(-0.3090)+([s]==4)*(-0.4067)+([s]==5)*(-0.5)+([s]==6)*(-0.5878)+([s]==7)*(-0.6691)+([s]==8)*(-0.7431)+([s]==9)*(-0.8090)+([s]==10)*(-0.8660)+([s]==11)*(-0.9135)+([s]==12)*(-0.9511)+([s]==13)*(-0.9781)+([s]==14)*(-0.9945)+([s]==15)*(-1)+([s]==16)*(-0.9945)+([s]==17)*(-0.9781)+([s]==18)*(-0.9511)+([s]==19)*(-0.9135)+([s]==20)*(-0.8660)+([s]==21)*(-0.8090)+([s]==22)*(-0.7431)+([s]==23)*(-0.6691)+([s]==24)*(-0.5878)+([s]==25)*(-0.5)+([s]==26)*(-0.4067)+([s]==27)*(-0.3090)+([s]==28)*(-0.2079)+([s]==29)*(-0.1045)+([s]==30)*(0)+([s]==31)*(0.1045)+([s]==32)*(0.2079)+([s]==33)*(0.3090)+([s]==34)*(0.4067)+([s]==35)*(0.5)+([s]==36)*(0.5878)+([s]==37)*(0.6691)+([s]==38)*(0.7431)+([s]==39)*(0.8090)+([s]==40)*(0.8660)+([s]==41)*(0.9135)+([s]==42)*(0.9511)+([s]==43)*(0.9781)+([s]==44)*(0.9945)+([s]==45)*(1)+([s]==46)*(0.9945)+([s]==47)*(0.9781)+([s]==48)*(0.9511)+([s]==49)*(0.9135)+([s]==50)*(0.8660)+([s]==51)*(0.8090)+([s]==52)*(0.7431)+([s]==53)*(0.6691)+([s]==54)*(0.5878)+([s]==55)*(0.5)+([s]==56)*(0.4067)+([s]==57)*(0.3090)+([s]==58)*(0.2079)+([s]==59)*(0.1045))*-160
for the Y position:
(([s]==0)*(1)+([s]==1)*(0.9945)+([s]==2)*(0.9781)+([s]==3)*(0.9511)+([s]==4)*(0.9135)+([s]==5)*(0.8660)+([s]==6)*(0.8090)+([s]==7)*(0.7431)+([s]==8)*(0.6691)+([s]==9)*(0.5878)+([s]==10)*(0.5)+([s]==11)*(0.4067)+([s]==12)*(0.3090)+([s]==13)*(0.2079)+([s]==14)*(0.1045)+([s]==15)*(0)+([s]==16)*(-0.1045)+([s]==17)*(-0.2079)+([s]==18)*(-0.3090)+([s]==19)*(-0.4067)+([s]==20)*(-0.5)+([s]==21)*(-0.5878)+([s]==22)*(-0.6691)+([s]==23)*(-0.7431)+([s]==24)*(-0.8090)+([s]==25)*(-0.8660)+([s]==26)*(-0.9135)+([s]==27)*(-0.9511)+([s]==28)*(-0.9781)+([s]==29)*(-0.9945)+([s]==30)*(-1)+([s]==31)*(-0.9945)+([s]==32)*(-0.9781)+([s]==33)*(-0.9511)+([s]==34)*(-0.9135)+([s]==35)*(-0.8660)+([s]==36)*(-0.8090)+([s]==37)*(-0.7431)+([s]==38)*(-0.6691)+([s]==39)*(-0.5878)+([s]==40)*(-0.5)+([s]==41)*(-0.4067)+([s]==42)*(-0.3090)+([s]==43)*(-0.2079)+([s]==44)*(-0.1045)+([s]==45)*(0)+([s]==46)*(0.1045)+([s]==47)*(0.2079)+([s]==48)*(0.3090)+([s]==49)*(0.4067)+([s]==50)*(0.5)+([s]==51)*(0.5878)+([s]==52)*(0.6691)+([s]==53)*(0.7431)+([s]==54)*(0.8090)+([s]==55)*(0.8660)+([s]==56)*(0.9135)+([s]==57)*(0.9511)+([s]==58)*(0.9781)+([s]==59)*(0.9945))*-160
this is for the minutes
this is for X:
(([m]==0)*(0)+([m]==1)*(-0.1045)+([m]==2)*(-0.2079)+([m]==3)*(-0.3090)+([m]==4)*(-0.4067)+([m]==5)*(-0.5)+([m]==6)*(-0.5878)+([m]==7)*(-0.6691)+([m]==8)*(-0.7431)+([m]==9)*(-0.8090)+([m]==10)*(-0.8660)+([m]==11)*(-0.9135)+([m]==12)*(-0.9511)+([m]==13)*(-0.9781)+([m]==14)*(-0.9945)+([m]==15)*(-1)+([m]==16)*(-0.9945)+([m]==17)*(-0.9781)+([m]==18)*(-0.9511)+([m]==19)*(-0.9135)+([m]==20)*(-0.8660)+([m]==21)*(-0.8090)+([m]==22)*(-0.7431)+([m]==23)*(-0.6691)+([m]==24)*(-0.5878)+([m]==25)*(-0.5)+([m]==26)*(-0.4067)+([m]==27)*(-0.3090)+([m]==28)*(-0.2079)+([m]==29)*(-0.1045)+([m]==30)*(0)+([m]==31)*(0.1045)+([m]==32)*(0.2079)+([m]==33)*(0.3090)+([m]==34)*(0.4067)+([m]==35)*(0.5)+([m]==36)*(0.5878)+([m]==37)*(0.6691)+([m]==38)*(0.7431)+([m]==39)*(0.8090)+([m]==40)*(0.8660)+([m]==41)*(0.9135)+([m]==42)*(0.9511)+([m]==43)*(0.9781)+([m]==44)*(0.9945)+([m]==45)*(1)+([m]==46)*(0.9945)+([m]==47)*(0.9781)+([m]==48)*(0.9511)+([m]==49)*(0.9135)+([m]==50)*(0.8660)+([m]==51)*(0.8090)+([m]==52)*(0.7431)+([m]==53)*(0.6691)+([m]==54)*(0.5878)+([m]==55)*(0.5)+([m]==56)*(0.4067)+([m]==57)*(0.3090)+([m]==58)*(0.2079)+([m]==59)*(0.1045))*-160
this is for Y:
(([m]==0)*(1)+([m]==1)*(0.9945)+([m]==2)*(0.9781)+([m]==3)*(0.9511)+([m]==4)*(0.9135)+([m]==5)*(0.8660)+([m]==6)*(0.8090)+([m]==7)*(0.7431)+([m]==8)*(0.6691)+([m]==9)*(0.5878)+([m]==10)*(0.5)+([m]==11)*(0.4067)+([m]==12)*(0.3090)+([m]==13)*(0.2079)+([m]==14)*(0.1045)+([m]==15)*(0)+([m]==16)*(-0.1045)+([m]==17)*(-0.2079)+([m]==18)*(-0.3090)+([m]==19)*(-0.4067)+([m]==20)*(-0.5)+([m]==21)*(-0.5878)+([m]==22)*(-0.6691)+([m]==23)*(-0.7431)+([m]==24)*(-0.8090)+([m]==25)*(-0.8660)+([m]==26)*(-0.9135)+([m]==27)*(-0.9511)+([m]==28)*(-0.9781)+([m]==29)*(-0.9945)+([m]==30)*(-1)+([m]==31)*(-0.9945)+([m]==32)*(-0.9781)+([m]==33)*(-0.9511)+([m]==34)*(-0.9135)+([m]==35)*(-0.8660)+([m]==36)*(-0.8090)+([m]==37)*(-0.7431)+([m]==38)*(-0.6691)+([m]==39)*(-0.5878)+([m]==40)*(-0.5)+([m]==41)*(-0.4067)+([m]==42)*(-0.3090)+([m]==43)*(-0.2079)+([m]==44)*(-0.1045)+([m]==45)*(0)+([m]==46)*(0.1045)+([m]==47)*(0.2079)+([m]==48)*(0.3090)+([m]==49)*(0.4067)+([m]==50)*(0.5)+([m]==51)*(0.5878)+([m]==52)*(0.6691)+([m]==53)*(0.7431)+([m]==54)*(0.8090)+([m]==55)*(0.8660)+([m]==56)*(0.9135)+([m]==57)*(0.9511)+([m]==58)*(0.9781)+([m]==59)*(0.9945))*-160
this is for the 12 hour clock
this is for the X:
(([H]==0)*(0)+([H]==1)*(-0.5)+([H]==2)*(-0.8660)+([H]==3)*(-1)+([H]==4)*(-0.8660)+([H]==5)*(-0.5)+([H]==6)*(0)+([H]==7)*(0.5)+([H]==8)*(0.8660)+([H]==9)*(1)+([H]==10)*(0.8660)+([H]==11)*(0.5)+([H]==12)*(0)+(H]==13)*(-0.5)+([H]==14)*(-0.8660)+([H]==15)*(-1)+([H]==16)*(-0.8660)+([H]==17)*(-0.5)+([H]==18)*(0)+([H]==19)*(0.5)+([H]==20)*(0.8660)+([H]==21)*(1)+([H]==22)*(0.8660)+([H]==23)*(0.5))* -160
this is for the Y:
(([H]==0)*(1)+([H]==1)*(0.8660)+([H]==2)*(0.5)+([H]==3)*(0)+([H]==4)*(-0.5)+([H]==5)*(-0.8660)+([H]==6)*(-1)+([H]==7)*(-0.8660)+([H]==8)*(-0.5)+([H]==9)*(0)+([H]==10)*(0.5)+([H]==11)*(0.8660)+([H]==12)*(1)+([H]==13)*(0.8660)+([H]==14)*(0.5)+([H]==15)*(0)+([H]==16)*(-0.5)+([H]==17)*(-0.8660)+([H]==18)*(-1)+([H]==19)*(-0.8660)+([H]==20)*(-0.5)+([H]==21)*(0)+([H]==22)*(0.5)+([H]==23)*(0.8660))*-160
this is for the 24 hour clock
this is for the X:
(([H]==0)*(0)+([H]==1)*(-0.26)+([H]==2)*(-0.5)+([H]==3)*(-0.71)+([H]==4)*(-0.87)+([H]==5)*(-0.97)+([H]==6)*(-1)+([H]==7)*(-0.97)+([H]==8)*(-0.87)+([H]==9)*(-0.71)+([H]==10)*(-0.5)+([H]==11)*(-0.26)+([H]==12)*(0)+([H]==13)*(0.26)+([H]==14)*(0.5)+([H]==15)*(0.71)+([H]==16)*(0.87)+([H]==17)*(0.97)+([H]==18)*(1)+([H]==19)*(0.97)+([H]==20)*(0.87)+([H]==21)*(0.71)+([H]==22)*(0.5)+([H]==23)*(0.26))* -160
this is for the Y:
(([H]==0)*(1)+([H]==1)*(0.97)+([H]==2)*(0.87)+([H]==3)*(0.71)+([H]==4)*(0.5)+([H]==5)*(0.26)+([H]==6)*(0)+([H]==7)*(-0.26)+([H]==8)*(-0.5)+([H]==9)*(-0.71)+([H]==10)*(-0.87)+([H]==11)*(-0.97)+([H]==12)*(-1)+([H]==13)*(-0.97)+([H]==14)*(-0.87)+([H]==15)*(-0.71)+([H]==16)*(-0.5)+([H]==17)*(-0.26)+([H]==18)*(0)+([H]==19)*(0.26)+([H]==20)*(0.5)+([H]==21)*(0.71)+([H]==22)*(0.87)+([H]==23)*(0.97))*-160