You can create an additional layer between the ship and asteroid. Create a shadow sprite (70% or so opacity) and pin it to the ship.
At beginning of layout -> [shadow sprite] is not visible
[shadow sprite] on collision with [asteroids] -> [shadow sprite is visible]
You can also use blend modes (assuming that your space background and the shadow are both black).