Hello everyone!
It has been a while since I posted. I need your help knowing if what I'm trying to achieve can be done.
I have created a simple Input TextBox. and a simple Text. Is there a way for that Text to display the content of the Input TextBox if it is a Variable?
Let's say I do:
- On Every Tick: Set GlobalVariable called "DebugText" to TextBox.Text
- On Every Tick: Set Text.Text to DebugText
I can't figure out how to make this work. If I write Mouse.X in the Input TextBox I'd like the Text object to render the mouse.x coordinates, not "Mouse.X"
I know I could use the Debugger option of Construct 2 but I'd like something lighter and .. on-demand if you see what I mean.
In advance, thank you for your help !