Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
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
In the manual it says Construct 2 games are downloaded to disk and will be reused when the game is reloaded. How do I delete the downloaded game, so I can show the loader layout every time?
Develop games in your browser. Powerful, performant & highly capable.
Loader layout is shown every time. If you want to show the loader layout longer, you can simply add a Wait action before switching to another layout.
Well I need to connect to Multiplayer anyways, I'll use that as part of the progress bar.
I suggest reading this tutorial, it explains how the project is loaded:
construct.net/en/tutorials/how-to-use-loader-layouts-to-make-custom-loading-screens-179
I suggest reading this tutorial, it explains how the project is loaded: https://www.construct.net/en/tutorials/how-to-use-loader-layouts-to-make-custom-loading-screens-179
https://www.construct.net/en/tutorials/how-to-use-loader-layouts-to-make-custom-loading-screens-179
I read that first, and it says the loader layout is only loaded the first time.
I think it's an outdated information. It also says loader layout is not shown in mobile apps, which is not true.
I'm pretty sure loader layout is shown every time you run the game, even if its files have been cached on disk.