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 again :D
Anyone know how to adjust what a family contains at startup?
This would be ideal as it means all my bad guys are in one family but on each level I can spawn only certain ones.
Sprites can be in more than 1 family
So make more "sub" families
Develop games in your browser. Powerful, performant & highly capable.
I have about 40 events against the family, if I add families that's a lot of code repetition right?
Then maybe add instance variable to that family and set it per sprite
So you can
If instance variable is 1 do this
If instance variable is 2 do that