Construct Tutorials
Learn game development and animations with Construct
-
Hash based multi language solution
First, let me talk about my solution. The header line contains the locale code. Such as: En-US, pt-BR, es-ES, zh-CN, zh-TW, ja-JP, ko-KR, fr-FR, de-DE, ru-RU, v...
-
-
2D Array Sort by Header
2D Array Sort by field in the header. In the vanilla Array Sort action, we can not sort by a field. Obviously, this result Is'nt what we want. What we want is U...
-
Blend mode
I re-made the official Blend mode example. Before: After: Note: Blend modes only work on layers with 'Force own texture' property enabled.
-
Using Ajax as Event Signals
Everyone! I am Chad Wolfe, founder of Cairo Creative Studios LLC, and today I come to you with a relatively mad and also extremely useful replacement for Event...
-
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...
-
When to use functions?
The tutorial uses a simple example project which shows what can go wrong when you repeat code and then make changes, and shows how to refactor the events with f...
-
-
Simple 2 Player Game!
Step One : You need to add Multiplayer Plugin to project. Step Two : Next create two sprites ( Host and Peer ) and add Any Behavior You Want. Step Three next go...