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
Hi. I would like to know how to set a function where pressing F on the keyboard will change a textbox to display "Auto" and pressing F again will change the textbox to display "Manual". Thanks.
Develop games in your browser. Powerful, performant & highly capable.
If Textbox = Manuel
---Set Textbox = Auto
Else
If Textbox = Auto
---Set Textbox = Manual
If Textbox = Manual
--Set Textbox = Auto
--Set Textbox = Manual
Thank you so much both of you. It took me a while to understand how to apply such logic in construct 2 layout, but I finally get it:
It's not what I asked for in the first place, but the theory is similar