Hi! How do I create a loading commands from an address?
example:
mygamewebpage.com/game.html&name=ABCDE
then
TextBox set text to parameter "name"
Is it possible without editing the JS code?
You can access the query string with the Browser object.
Develop games in your browser. Powerful, performant & highly capable.
Yes, thank you. I am a bit tired lately.