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 creating a difference value from the Start.Y of a touch and how far the touch has moved along the Y axis. Touch.Start.Y - Touch.Absolute.Y. The Start.Y is a...
I'd like to use math functions. I.E. Math.Distance(...). Is there any way to access system expressions in scripts, or has anyone found a work-around?
I have a math and logic problem for you. And it might be something a little too complicated. In short, I need the coins that respawn between platforms to make a...
My problem here is: I have an table with about 100 numbers, going from 1 to 100, and from these numbers, I only want to get the Odd ones, like 1,3,5,7,9,11,13,1...
I have a question about how can I do a good Probability Table using Weights, like the default one a lot of games have, as example: Minecraft Loot Tables. I have...
As a new user, I noticed that there's no distanceSquared function. It is commonly used in comparisons because the result is the same as distance but is quicker...