Trying to rotate display group and set new text

Okay so I have an empty wheel similar to a wheel of fortune wheel. What I would like to do is to draw a text  object on top of each section of the wheel with a value. It would be really hard to rotate the text perfectly and align it in each section. So what I was thinking was Rotate the wheel so the section is perfectly up and down that way I wont have to rotate the text. Then I just rotate the wheel to the next section and do the same thing.

The issue I’m having though is that by rotating the display group the 0,0 changes as well so aligning the text in the same spot just places it on top of the old text even thugh the wheel has rotated. Does anyone have any ideas on the best way to accomplish my goal?

Hi @dmglakewood,

Did you try using the anchorChildren property on the group, as shown in this guide?

http://docs.coronalabs.com/guide/graphics/group.html#groupanchors

Brent

Hi @dmglakewood,

Did you try using the anchorChildren property on the group, as shown in this guide?

http://docs.coronalabs.com/guide/graphics/group.html#groupanchors

Brent