Rotating pieces on a piece that is rotating

I have a tile that has a token on it. The tile rotate. Is there any easy way to do the token move along the tile?

This sounds like an application for Mats - the rotating piece will be the Mat and the token will be Mat Cargo. Take a look at those traits and the Help pages for them.

Or as a Layer and implement the token as a Layer so it is actually part of the base piece.

1 Like

In this case, put the Layer trait above the Rotator trait, so that the Layer image keeps in step with the rest of the piece as it rotates.