If you don't use the solid behavior on anything except maybe the player. If your going t destroy on collision, it's easy but,
depending on what type of event you want when player collides with blocks.
Or you could pin an invisible sprite that's larger that the player. Then use on overlap, when pinned sprite is on overlap with block, set the block to solid. You can do the same thing for enemies and trigger different events.
Hope this helps