Hi,
i am migrating my project to graphics v2 at the moment. I have a scrollView, whose content should be also visible outside the borders. That was no problem with gv1, just by omit the mask. I was wondering how to do this with gv2. I already tried to set a larger (screensize) mask:
local mask = graphics.newMask( "Images/mask\_1136x640.png") scrollView:setMask( mask ) scrollView.maskY = 0
But that doesn’t work so far. Is there a build in, or at least a kind of hack, solution?
Thanks!