I recently put out a new video course at Learn Construct 2 . This video is an add on to that course showing how to create a local top 10 high score table using...
If you want to load a XML data from PHP server into arrays , variables or anything else in yor app or game check this out. All My tutorials here. 1) Upload the...
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...
Back when I started learning c2 I struggled a lot with learning arrays, so I thought this method may help reduce the learning curve a bit. Update: I added a sec...
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...
An example of the classic snake game. Uses r167.2. Examine .Capx. Uses arrays. Some notes included. In response to. This forum post.
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...