> if you see a red loading bar, disable your adblock, or check for what causes Construct to fully load the javascript trigger 'loaded' by pressing f12 or go to developer console in your browser, enable javascript on browser also.
>
I pressed F12 and found out the game is trying to load a graphic/object I purposely deleted from the updated version, which shouldn't even try to load because I replaced EVERY other file on the 000webhost site I uploaded, including the index.html, so the site's source code should in theory have changed too...
To be more precise, the console says this:
Failed to load resource: the server responded with a status of 404 ()
c2runtime.js:125 Error loading image 'https://four-elements.000webhostapp.com/images/creditsbutton-sheet0.png':
The "credits button" is an object I deleted from the game because it was simpler to just display the names of two people right there in the title screen.
re-upload the game in another folder, is probably your website cache! so just add rev01 02 etc at end of ur folder zip thingy
some free webhostings are having a cache thing enabled so the server load is not spiking to much and to avoid downtime, even if you have no cache in your cpanel there is a cache safety system that takes around 15 minutes to clear, which is in the Apache which you probably wont have access to. (you can clear it by using the .htaccess file but i dont recommend that since is probably against ur hosting providers rules.)
to solve that issue, when you upload a new version to your website name your folder always different example: game-rev-01 next version test do not overwrite same file ... just upload a new version and name it game-rev-02