Hundreds of features to explore
Games made in Construct
Your questions answered
Popular & trusted by schools and Universities world-wide
Construct 3 runs in the browser & works offline
Students do not need accounts with us
Our educational partners
Free education resources to use in the classroom
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
Hi gyus!
I'm working on a physical explosion. It's easy to create while exploding a single object's instances. But as soon as I'm starting to work with a Family of myltiple objects, everything goes in unexpected way.
I heard working with Families is specific and maybe in my case I have to use UIDs? I have no idea how to implement it, so I'm asking for your help.
Source file:
https://www.dropbox.com/s/orugpcqi54yoxbo/Expl_family.c3p?dl=0
You forgot to delete the Physic behavior of the single sprites since the family already has this behavior.
Develop games in your browser. Powerful, performant & highly capable.
Oh, man! I didn't forget, I didn't know it matters at all (just started learn Construct a month ago).
Thanks s lot! Now it works great!