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
Is "on start of layout" equivalent to window.onload or any guess ?
Have tried looking at exported html but couldn't find one.
Develop games in your browser. Powerful, performant & highly capable.
No - the loader starts in DOMContentLoaded, and then it waits for all the images/sounds to download, then it fires 'On start of layout'. It shouldn't matter anyway, why do you need to know?
I was thinking to make plugin for realtime.co, I saw it loads on window.onload event. But looks like either I have to inject in plugin or make dependency on some html file where it will load this.