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
How do I insert my own HTML and JavaScript code? I know that's JavaScript SDK, but I'm just need to insert some code rather than create a plugin.
Through the browser object
Thanks for the quick reply.
How about the HTML code, it seems that the browser can let me insert JavaScript only.
Develop games in your browser. Powerful, performant & highly capable.
Depends on what kind of HTML-code you'd want to use.
Construct2 is a game engine that is based on javascript.
It's not a WYSIWYG HTML-5 editor.
You can however set css-style for textboxes.
Maybe this could help you though.
There is a third party plugin for HTML
HTML-pack
Thanks, it's very helpful.