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'm wondering if some one can help me please.
The idea is this:
You start the game and this ask your name example: "John"
And in sometimes in the game, in some text or something like that it appears "Hi "John" this is the game tutorial
Thanks a lot!!!
Develop games in your browser. Powerful, performant & highly capable.
The keyword you should be looking for, is "global variable" and check out the manual's system expression for string processing.
You could, for example, "Hi, " & playerName & ", this is how you use variables in text".