Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
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
Hey. Does anyone know a way to filter certain characters in an edit box in runtime?
Might be easier if I just give an example...
User makes EditBox1 = "Hello there."
On button clicked, "Hello" filters to "Goodbye"
EditBox1 = "Goodbye there."
Develop games in your browser. Powerful, performant & highly capable.
The text manipulator object provides an easy way to replace things in strings (though it can be done via system expression also).