Dears,
I recently released my first game thanks to Construct 2 (and I'm very grateful to Scirra for that ).
I now plan to release upcoming updates & features with Construct 3.
Yesterday I gave C3 a serious try, and imported my whole C2 project into C3.
Everything works fine in preview except some AJAX calls on local (which I understand because I'm currently not serving those files over https).
Anyway, when I export it to "Web (HTML5)" with "Minify script" checked, game is not starting.
I checked the browser console, and it mentions 2 following errors:
- Uncaught SyntaxError: Illegal break statement at c2runtime.js:2
- Uncaught TypeError: g_a.g_jx is not a function at g.g_iC (c2runtime.js:2) at XMLHttpRequest.g_gf.e.onload (c2runtime.js:2)
You can see/test it live here:
Do you have any ideas what is wrong?
Is this an issue due to some of my code? What should I do? Is it just a compilation issue?
Thanks for your answer, folks.