I wanted to know that how can I get the JS code of the events made using the Events System.
Is it with the Dev Tools?
I wanted to know that how can I get the JS code of the events made using the Events System.
Is it with the Dev Tools?
I think you didn’t get me
I want to have the coded material of the events that have been used to make the game and what GD actually understands and gives me the output as the preview.
Events are literally function calls. Every expression, action and conditions are functions. To see what function it is look ath the action/condition/Express definitions (in extensions definitions). To answer the original question you can just export for html5 and look at the code.js but you wont learn much
if anything from that.
Actually, I wanted to show the code snippets to someone else who was interested and knows programming