Hundreds of features to explore
Games made in Construct
Your questions answered
Popular & trusted by schools and Universities world-wide
Construct 3 runs in the browser & works offline
Students do not need accounts with us
Free education resources to use in the classroom
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
How do i use button for typing instead of keyboard for textinput? Already tried using the button but when I click other button, it just got replaced instead of spacing in the textinput.
Develop games in your browser. Powerful, performant & highly capable.
I think you need to use the Text object to sync between Button and the TextInput.
Text object : use Append Text
TextInput Set Text to Text object
Here is my example : drive.google.com/open
thank you so much, it's really working now.