I have a BMP file which is supposed to be a player sprite.
The thing is that, since BMP doesn't support transparency, I have to go another way to achieve it.

I've read a tutorial on SetColorKey and SetAlpha, but I just don't get it - how do I define the color which should be left out? :?

I'd appreciate an explanation, or better yet - a piece of code with that in it.