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
Is it possible to merge various sprites into one? I´ve created a game where you add ingrediences to a pizza. After some time there are more than 50 sprites that make the game overstalled. Is it possible to convert them into one object?
I'm not sure, but you should check if it's possible to edit containers in runtime.
If so, you could add your ingredients to the pizza container.
Just a thought
other thought: use Canvas. With this, you can just overwrite the canvas with the added ingredient (no need to add new sprites every time). There is a 3rd Party plugin for Canvas.
Develop games in your browser. Powerful, performant & highly capable.
Thank you guys, I'll try it