Transparent Images

If I had a transparent image background for a brick, would that part of image be ignored when collision methods are applied?

If the brick darted against a wall, would the transparent image hit first because of the collision or not?

I’m talking about collision detection stuff here. thanks [import]uid: 54001 topic_id: 9361 reply_id: 309361[/import]

by default it will add entire image to physics body including transparent pixel just rectangular body so transparent pixel will get hit

you need to give custom shape to your body to avoid transparent pizels [import]uid: 12482 topic_id: 9361 reply_id: 34224[/import]

Okay, got it, thanks! [import]uid: 54001 topic_id: 9361 reply_id: 34298[/import]