So, bitmap masks have been the bane of my existence with Corona. I have yet to get them to work successfully. Here is my current sample case:
I have a 1024x768 background image.
I have a mask that is also 1024x768. It is all black except for a wide white square in the center. I have made sure to leave a 4 pixel black border.
I load the image using display.newImage()
I load the mask using graphics.newMask()
then I do img:setMask (mask)
The end result is that the entire image is masked out. What am I doing wrong?
This is my usual outcome. Help please. I have had some many cases where I would love to use a mask but never have any success. [import]uid: 69863 topic_id: 21736 reply_id: 321736[/import]
