Is it possible to make round images like this attached?

Hello,

I have read about how to use the mask method to drag an image behind a circle and then use capture bounds to save it. I was wanting to group them together like this after. But since I cannot make the outside of the circle transparent then I can’t do this with individual circle images right? Each person is a different profile picture made separate. And I am using the starter version of corona right now.

Thanks,

Warren

read up on setMask: http://docs.coronalabs.com/api/type/DisplayObject/setMask.html

then apply a circular mask to each of the three resulting images, then they’ll have the desired transparent edges (and you might not want/need to SAVE them masked if DRAWING them masked)

read up on setMask: http://docs.coronalabs.com/api/type/DisplayObject/setMask.html

then apply a circular mask to each of the three resulting images, then they’ll have the desired transparent edges (and you might not want/need to SAVE them masked if DRAWING them masked)