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
In this tutorial I have given demonstration how we can make multiple popup alert with single functions. Popup alert like when win match, when lose match etc. Wh...
When I press 1, player 1 is enlarged and when 2 was pressed, player 2 is enlarged. What happen: Nothing. If anyone want the capx I will send it. Capx:
Honestly, I'm not really sure what my issue is here. I've been trying to compartmentalize my game's damage and hit calculation in functions, since I initially b...
I'm following a Tutorial of a game in C2. But using C3. A bit older tutorial but really interesting and good. THe thing is, Functions as we know has moved a bit...
I am working on a crafting game. I spent the past few days trying to figure out how to deal with data manipulation (i.E. How to store crafting recipes and how t...
I created a local variable called `rslt` in the function. I thought this would work the same as a function called `num` that the function takes as a parameter....
I am in need of some help here. I have the basic beginnings of a shopping cart made from using an older array inventory example. However, after 3 days of testin...
At First, I know how to call function with script. Construct.Net/en/make-games/manuals/construct-3/scripting/scripting-reference/iruntime. Runtime.CallFunction(...