Is it possible to tween a mask applied to a display object?
I tried my best guess syntax, but it didn’t work, so that probably answers my question.
local mask = graphics.newMask( imgDir .. "mask.png" ) displayGp:setMask( mask ) transition.to( mask, { x=pointX, y=pointY, time=myTime, alpha=myAlpha } )
All input is really appreciated.