destructible is a very classic 2D effect.
Like angry birds. blocks are broken into pieces
so.
How to make destructible Sprite effect on Construct 3
similar to Unity plugin :
https://assetstore.unity.com/packages/tools/sprite-management/destructible-2d-18125
Of course, I know that currently can use blend mode(destination out) make fake fragments. or draw a few fragments pictures and use particle spray object images. or If it is a fixed image just can use Tilemap erasing.
But I don't want to use these methods. how can just use a Sprite make this Irregular fragments?
I just thought, maybe can Canvas paste object, but I don't know how to implement it.Does anyone have a example to share?