This is more like giving fish rather than teaching to fish BUT I had a hard time implementing this myself for my idle game so I wanted to share. Download the sa...
If you're a stubborn idiot like me arrays are impossible. So, I knew it was possible to make an inventory with no arrays even though it might be a bit more conf...
There are many known techniques and methods of protecting game assets from being stolen or riped but none of them are perfect, and some of them are quite comple...
You want to count the repeated elements contained in this array and count the number of times they appear. Use Dictionary object. When an element is first found...
The SpriteFont+ plugin extends the existing Sprite Font native plugin to include richer support for individual character widths during editing and runtime. The...
The example CAPX has a one method to do Scrollable Array item list. It is based to have rootList object where items are then pinned. Supports quick scroll (when...
Many people say comparing 2 values of any given question will not give me correct answer. If that happens then I give up and start something new. What's the poi...
In the file bellow you will learn how to make an App with client registration with arrays to save data.
In this tutorial, I'll be covering how to make your own top 10 high scores board using Construct 2 (release 277). You'll learn how to: - Sort your scores (aka s...