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
Hey guys, i wanna get the TextBox Value since Js i tried it but no work:
var mystring= document.getElementById('MyIdTextBox').value;
and check with:
alert(mystring);
I specify in the construct2 the id as MyIdTextBox.
Please help
it's working for me...
"var mystring=document.getElementById('MyIdTextBox').value;alert(mystring);"[/code:2o1dfeav] [img="https://media.giphy.com/media/3o6oziL9Zy9d7fVa7u/giphy.gif"]
Develop games in your browser. Powerful, performant & highly capable.
ohh man soo cool, I can create external functions and then call with this, thank you.