Heya,
I’ve got a mask on on a image, which itself is in a display group. When I scale the group, the mask attached to the image doesn’t scale with it, which took me by surprise. I’m not sure whether I’m missing something.
I’m using a basic setup like:
local img=display.newImage("img.png")
local mask=graphics.newMask("mask.png")
img:setMask(mask)
scalingGroup:insert(img)
Anyone got round this or know whether I’m missing something? [import]uid: 11757 topic_id: 10469 reply_id: 310469[/import]
