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?
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
Develop games in your browser. Powerful, performant & highly capable.
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.