Are collisions based on actual pixels or a bounding box the size of the actor?
I was thinking of having an actor in my game. eg. 40x40pixels but the actual image can be 40x40 or 20x20 (eg). Will the collisions still be based on 40x40 even though 1/2 the image is transparent or does GE do pixel based collisions?