Do any of you know a good way to make collisions only happen on non-transparent pixels of an Actor? If two actors collide, I want to check and see if the actors are touching VISUALLY, and not if one is in the other's rectangle. Could you give me an example in code please? It would be very helpful.