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
Our educational partners
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
I know how to set a textbox's max string Here
but how do I set the minimum characters it can have?
now I know the backspace deletes the whole text if it is highlighted.
so I need a way around this.
Develop games in your browser. Powerful, performant & highly capable.
change from less than to greater than?
nope but I found out how to do
when your textbox input is between or equal the max and the min
set a var to the textboxes text
if it is greater the the max or lesser then the min
set the textboxes text to the var