How to make an explosion destroy things!?
Home-spun-games
Member Posts: 2
I want to make a game that has a bomb that destroys part of the area it is dropped. I do not mean the rule "if bomb explosion is true then destroy actor etc." I want the bomb to only destroy what it is near. For example, if I had a game where a plane would drop a bomb towards the ground, when the bomb explodes it leaves a hole in the ground, until the ground is entirely gone. but the hole has to be physical, not just a graphical change. I was thinking about making one actor out of lots of smaller actors that get destroyed when the bomb explodes. Any help or suggestions would be great!
Thanks,
Home Spun Games
Thanks,
Home Spun Games
Comments
if
actor overlaps or collides > with actor of type/tag > X
then
======
// Red Dot Inc