This was written as an example for a fellow member in the forums to show how to populate a playing card with data. I have attached an example .Capx. <== It can...
An example of what can be accomplished using this tutorial and the provided TBS.Capx template visit the game Classic French vs British on the Construct Arcade....
This is part 12 of the tutorial series Learn TypeScript in Construct . This part continues on from part 11. So in case you missed it, see Learn TypeScript in Co...
I was asked if I can make a tutorial about how to build a Tournament System, so I did. The source code will be available soon in the Scirra store (if you don't...
The Advanced Random plugin is really useful for a variety of things, notably procedural generation via its noise-generation functions. But it also allows you to...
If you want to load a Json file from server into arrays , variables or anything else in yor app or game check this out. All My tutorials here. 1) Upload the fil...
Let's start by adding objects: Tile map with graphics for the playing field. TilePath "Tilepath" for the grid of moves. Sprite "Unit". Since a single tile is us...
In this video you can see how to insert and search in Arrays in Construct 2. Check my blog My Blog. And You also can find a similar example here: Example .CAPX....
Recently in my project I was looking to set Array instance variable but there was no such option for Array, so I made custom Array from default. This is my firs...