Transparent Images simple question

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: 9360 reply_id: 309360[/import]

No it won’t be ignored. To see collision bounds set: physics.setDrawMode( “hybrid” ) – overlays collision outlines on normal Corona objects

You can set your own collision shapes. Read about it here: http://developer.anscamobile.com/content/game-edition-physics-bodies#Polygon_bodies [import]uid: 22837 topic_id: 9360 reply_id: 34343[/import]