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
I tried exporting to desktop with the node-webkit, but it was just a kinda sloppy and unprofessional looking window.
Is there any way to export a desktop game as a fullscreen program, without any window borders?
Use browser object and:
<img src="http://dl.dropbox.com/u/3232744/fl.png" border="0" />
YES! That worked perfectly, thank you. Now I just need to find the necessary function for an Exit button.
-Edit-
Ah, Browser has a Close function as well. Easy stuff.
Just something to be aware of - we've determined that the Browser > Close function does not always work with the node-kit exporter. It will sometimes close it, but will most of the time crash the game.
Wait, then how do you reliably close the game if you play it in fullscreen desktop?
ome6a1717 would you mind report a bug?
Develop games in your browser. Powerful, performant & highly capable.
It's been done.