Is there a way to duplicate an effect like a container but Circular instead of rectangle?

Something ala mask but instead of inside a rectangle, would like it to be circular??

Containers can only be rectangle but that’s exactly what I need but in a circle … 

Use a display.newGroup() and apply a circular mask.

Rob

Right … that will mask it - but I want to move the masked image like how a container clips the image and you can move the image back and forth within that container.  I’m having trouble with that as a mask.

Thanks

You just have to move the mask with the group.

Rob

Use a display.newGroup() and apply a circular mask.

Rob

Right … that will mask it - but I want to move the masked image like how a container clips the image and you can move the image back and forth within that container.  I’m having trouble with that as a mask.

Thanks

You just have to move the mask with the group.

Rob