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
Damn. I've tried that when Ramones told me but still not working. I've checked the capx of Nimtrix and the only difference is how the objects are created (instead of "on start o flayout" is a variable comparison).
I'll ceck it out later but I see the calling is not the problem.
Antylope I see the problem now. When you destroy an object it's not actually destroyed until the end of the event block. So you're picking the old object instances before they're destroyed.
Develop games in your browser. Powerful, performant & highly capable.
THANKS!!!
I also learned that a group inside another group counts as a whole block (despite of events being independent)
Ok, thanks for your help, it works now.