So basically what I want to achieve is a text box where you can fill in your name, and when you click a submit button, it will submit the content, that you filled in, into a global variable.
I tried this:
adding a global text with the name: 'name'.
Adding a Text Box named NameBox.
Adding a sprite named SubmitButton.
Then adding an event that says:
On Left button clicked on 'SubmitButton'; Set "NameBox" to Global text 'name'
This resulted in it setting the SubmitButton to literally the word "NameBox"
How do I get Construct 2 to read what's in a Text Box, and put it in a Global text?
Thanks,
Jasper