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
Hey there everyone,
I was wondering what are some ways I could reduce my Construct 2 game load time. I'm not preloading any audio so far, but is there anything else I should keep in mind? Thank you.
Develop games in your browser. Powerful, performant & highly capable.
I don't really think so :)
And if it is a little slow, there probably isn't anything to do about it..
But i dont know! Maybe another person has a better knowledge than me right here xD
Using less colours in your sprite/animations to reduce their overall size.
See if there are any animation frames you can cut out completely.
Could backgrounds be cut into smaller pieces?
Make sure sprites are cropped.
These things could help you.
The only way I know of is to delete stuff in your game. I don't think you want to do that. Delete code in the event sheet that doesn't do anything. Delete the worst levels? If you have a lot of the same code in your event sheets have a main sheet that stores all the same code. I have to look at the file