Hi, I'm new to Construct3. I have a problem that I can't solve:
I created a Text Input object. "TextInput"
I set the type as a number.
I have set a global variable. "InputText"
I want the number I am inputting to be a global variable.
system set value: TextInput to float(InputText.Text)
or TextInput to int(InputText.Text)
When I enter a number, the value always increases to 0 in Debug.
Not working. Can you help with an example application. Thanks...