Hi,
The Flashlight and X-Ray sample projects from Corona Labs go back a while. They were there way before the introduction of G2. They both make use of a mask file to create a visible circle of an underlying image. See below :
local mask = graphics.newMask( "circlemask.png" ) image:setMask( mask )
I am trying to achieve the same experience but without the use of a mask file. Would anyone have an idea on how this can be achieved using the new G2 capabilities?
Thanks much for your kind help. Regards,
Kerem