I. I'm thinking make a game with Construct, but I've a question. How it's possible to do games like this. I'm asking how to do the ground, etc, when we fire, it just desapear a part of the terrain.
Use a Canvas object. When your bullet hits the ground, use the canvas object to "paste" a black texture (can be anything,) with an Erase effect. That will do the deed.
Develop games in your browser. Powerful, performant & highly capable.
you can also just have objects with the erase effect, on a layer with "force own texture", You don't need a canvas just to erase part of the image.
Thanks for the replies. I'm using your solution, Davioware, and it's working.