I need to edit instance variable from file and it must be very easy.
1 - Load a new value of instance variable form web somehow
or there is other potential solution
2 - Edit exported file and then save file and restart the game
Develop games in your browser. Powerful, performant & highly capable.
IM EXPORTING IT ON HTML-5!!! AND IT WILL BE ON WEBSITE (iframe)
Or how can i edit instance variable without construct?
Maybe there is a file in HTML-5 file? For example i will edit some .js file with replacing value of variable,then save it and run the game.
You can try fetching your data using the AJAX object...?