Hello,
I have a few dark semi-transparent sprites that are anchored to other sprites. The idea is that these semi-transparent black sprites darken the entire screen except for the area I want people to pay attention to.
Think of it this way: I have the sprite I want to make people notice, and I surround it with sprites on top, left, right and bottom. Then I anchor the top of the top sprite to the top of the screen and the bottom to the top of the sprite I want to highlight... The sprite on the left gets anchored left side to the left of the screen and right side to the left of the sprite I'm highlighting and so on.
The problem comes when one of the highlighted sprites is moving (for example in a scroll view) I get small 1 pixel glitches that show the "break" between the different see-through sprites.
Is there a better approach to this? Is there a way I can make sure the anchoring goes to the same pixel so that there is no 1 pixel gap sometimes?
Thanks in advance for your help!