I have a sprite for my player character and would like to add a ghost effect to the sprite. I simply want to make a transparent version of the character. The issue is I have my player graphics split into different pieces to make animation easier so when I just simply increase the transparency of each piece of the sprite, you can obviously see the all of the sprites entirely.
I simply want to make all pixels behind the "body" of the player (the big black box) completely transparent. Any idea how I would achieve this?
Thanks to anyone who can help! :)