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 the game to change the number(textbox) according to what the name of the layout is.I tried doing System:Every Tick > Text:Set text to ""&LayoutName but It shows up blank.
Develop games in your browser. Powerful, performant & highly capable.
That is how you set a text to the layout name on start of layout. No need for every tick if it only should show the layout name.
So set text to > system > layoutname
No need for "" or anything else