im tring to upload a game on GJ and when i preview it the screen goes blank after the ad is finished. the same thing happens on kongregate.
i added this folder and the index file but it still dont work Dodging Raindops.zip (2.56 MB)
*With resources (or sketches) in a .zip file
I’m testing Kongregate with an example project and it works fine, as you are doing: the index.html as the game file, and a zip file with all the other game files as resources.
EDIT: Oh wait, we already have the resources in the first zip files you have attached
Looks like you dont have all the images in your zip file. After using resources from your first post i got it working but theres an image _playintherain__by_CyanSoujiro.gif that is missing and Explosion_Sequence_A all of them, after deleting those that was missing i could play it. Check all your images and paths to them.
I used some images from your first post but not all are there. Files i mentioned befor are missing so i deleted them in gdevelop and exported the project and it worked. Check those images mentioned above in your gdevelop project.
You can’t launch a local HTML with JS in Google Chrome… (told many times in the forum). That’s why GDevelop use a small local server to emulate a distant website when the game is previewed.
No, as I said, it works when the game is on a server and is not accessed with a “file://” adress (use by webbrowser to load a file from your local computer).