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'm use the example file "Loading script & WASM" from Construct 3. In the scriptfile "external.Js" i'm add a new function: Function testing() {. Return "ok it w...
I have an object with an instance variable, which I can not use to read out an array.At(instancevariable), since it is a locked as string (instead of number). I...
I would like to do an event where every time an object is created the X variable grows by 1, and so far no problem. The next event, however, should be: "If vari...
I'm using two conditions to set a range: Enemie.X = Player.X -200. This is working. But when I use the inverse, it dont work. I try two ways: -just press I and...
So I found Setbit and Getbit in system's expression list and couldn't really grasp the idea of how they work. Can someone explain how to use it properly and whe...
This is going to sound kind of weird, but my dialogue system has the dialogue stored in text files which is then read through ajax and gets used in game. The di...
This code I've got going on here is designed to make sure that the blue man can't interrupt an ongoing attack before he starts another one, as you can see thoug...