Construct Tutorials
Learn game development and animations with Construct
-
Events as Text
This short tutorial covers the formatting of event sheets as text for sharing.
-
-
C3 Data Convert Example
JSON.Get("store.Info.Location") // Lover's Pond. {. "data": }. JSON.Get("data.0") // 123. JSON.Get("data.1") // 456. Example 2.2. {. "items": }. JSON.Get("items...
-
-
JSON Branch Dialogue Example
Using Array editor / Excel to prepare dialogue data. The same ID will be considered the continuous conversation. ID. Name. Text. Screen1_Intro. Alice. Hi, Bob!...
-
PlayFab API Part 1: Authentication
Thanks for choosing the PlayFab API Addon by Zalance. Yes, it is a free addon! This is an introduction to working with the PlayFab API as well as integrating it...
-
Emulators & Simulators
Test APK on Mac easily without the headache. Emulators & Simulators. Are you without your MSI & Android device & Do you want or need to Test your(APKs) on a Mac...
-
-
Grid for Turn-Based Movement
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...