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
We are going to use this script with a button to play it. First make a button, right click and press insert new object. Now go over to your event sheet. Press O...
In The File Attached you will see how to use functions , global variables , and instance variables in Javascript with Construct 3 , to arrange sprites in line d...
This time I come with a brand new kind of thing. A fully fledged JS module! There's not too much to explain, and I'm gonna be honest, it's pretty late right now...
When Construct's Javascript coding feature was launched in 2019, all the scripts in a project ran as classic mode scripts. This is how Javascript has run in web...
Welcome to episode #2 of creating a crafting game with Construct 3, in this video we are going to create an equipable item system. We'll start with a wooden pic...
Welcome to episode #3 of creating a crafting game with Construct 3, in this video we create a breakable item system, and implement using our pickaxe to smash it...
Welcome to episode #4 of creating a crafting game with Construct 3, in this video we setup item drops, create some more resources, and fix a few bugs. Assets us...
Some times I forget the paths or some code , so the best way is to store this information in somewhere , and here should be a good place and I can Share with ot...
Construct supports writing Javascript code in both script files and event sheets. If you're new to the Javascript programming language, consider taking the Lear...
I'm trying to call an event sheet function via scripting but it returns error. Am I doing something wrong?