Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
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 ?
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
Develop games in your browser. Powerful, performant & highly capable.
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