Hello,
Can someone tell me how to make a digging effect on Contruct 2.
Something like: I have an image and on collision of the hammer with the image(ground) I want it to have the digging effect.
Thanks!
Can you provide more details ? Examples of the effect you want ?
Develop games in your browser. Powerful, performant & highly capable.
Would creating an animation work?
You could also just scale the sprite if you use tiledbg.
Or use a black tiledbg with blendmode to make the sprite partially invisible.
like lemmings digging a tunnel ?
<img src="http://www.mojang.com/notch/j4k2k6/miners4k/screenshot.gif" border="0" />
lennaert yes like that, but the ground will have a texture, so won't work with a lot of pixels...
there was a thread some weeks ago with pixel destruction of terrain.
I believe one of thelast example made a simple mask of the original background.
this thread
That is made with a lot of pixels, I want to have a background image in witch to dig
The destroyable ground is masked from a background image tile.
thus the destroyable ground is made by an image.
Yes. But that tile is insignifiant (1x1 px). If I want my tile to be 100x100px that won't work