whenever you use the GUI to create events and add objects and other stuff have a “log file” or “event file” of the JAVASCRIPT create by the GUI.
It would be an easy to see how code is generated and used by the GUI so we can learn javascript with GDEVELOP.
Thanks. llanell
You can already just open up the generated files and view the Javascipt. This is a horrible way to try and learn JS though. If you’re serious about learning JS, I would suggest a better idea is to start here: codecademy.com/
The code generated by GDevelop is not meant to be read by a user because it is a bit dirty (bad variable name, no indentation…).