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 want to change the size of a sprite based on values entered in a text box. Is this possible?
Thanks.
Can't seem to affect the properties of one object based on the value of another. I can move to the position of another. Anyone done this?
Develop games in your browser. Powerful, performant & highly capable.
Yes ofcours.
Just know that the content of a texbox is a string. And size expects numbers.
Set width/height to int(TextBox.text). int() translates string to number.