Okay so I have an image and I’m using a touch event to draw a dynamic mask over it. I’m wondering what would be the best way to see what percentage of the image has a mask over it. This is for a scratch ticket app so when the user is close to finished I want to show them what they won and go to the next level or something.
I can put a counter on the move event but what if the user just keeps moving in a spot that already has a mask over it? Can anyone think of another way to do this?