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 all
i have a probleme with HTTP object.
i want to put a variable in.
example :
"http://url.com/up.php?info=EditBox.Text"
but Editbox.text is recongnize as a simple text.
anyone can help me
Develop games in your browser. Powerful, performant & highly capable.
i have find -_-
i am so noob ^^
"http://zefish.com/up.php?info="+EditBox.Text
sorry for useless post
Use &, not +.
okay ,
can you explain me the difference , when i use + then work too
Under certain conditions the plus sign can work, but the ampersand sign works under all circumstances.
& -> concatenates strings
+ -> adds values
ok thanks for information :)