Create a dot moving on 360 degrees circle

First have a circle day like my.
Then have a small rectangle that just covers sunday then do the masking. U will see sunday be yellow if your rectangle is yellow color.

Now select the rectangle in the mask group. Put the pivot to same of the day circle. Then use the angle tag code.

P.s circle days are white text only position correctly

A quick maths lesson here,

Like say u have x number of points and you want to put in around y degress circle

Your fomula would be y/x * tag

The tag would have x number of different results

So example 100 points (bat per cent)
On a 90 degree bar

Formula = [BATT_PER]* 90/100

So for days its would be?

I would like u figure this out yourself so next time u can figure out formulas yourself

Btw the day is a single index picture designed in photoshop not on wfs. Its has to be a single png.
With white days on transparent background.

If not you need another method to do it

Method 2

  1. create individual white text fields monday to sunday
  2. create duplicates but yellow colour
  3. align the yellow text on top of each day
  4. change opacity according to day

E.g on the yellow text sunday , opacity = if sunday yellow text opacity is 100 else 0

on the text yellow text monday , opacity = if monday
opacity is 100 else 0

And so on

1 Like

Thank you for the help.
Method 2

If I’m adding a yellow text.
I don’t have OPACITY there on the right menu, I have colour 100% .
Do you mean to TAG the yellow day colour with this code?

([DAY_WEEK] ==1) ? 100 : 0 if it’s SUN.

And lower the colour from 100% to 0%.

I guess I got it.

Thank you

2 Likes

Yes yes you getting there

1 Like

Actually some correction, set that to 0, then use the tag u have. So it will turn from 0 to 100(visible) (yellow)

When its that day else its 0, (white)

Yellow text on top of white

1 Like