Learn game development and animations with Construct
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...
Construct can export your project as a macOS desktop app using WKWebView . This is basically a version of the Safari browser engine that is built in to macOS. I...
Sometimes it can happen that you save a project in a new version/beta release but have to go back to an old C3 version for whatever reason. Obviously you were s...
Я собираюсь продемонстрировать метод, которым я пользуюсь, что бы генерировать рандомные карты основанные на бесшовных текстурах. Это очень удобно, когда вы хот...
Dans ce tutoriel, vous apprendrez à: - User d'une meilleure utilisation des comportements intégrés. - Transitionner les animations: Debout> course> chute . - Te...
O jogos em Construct 2 executam em um navegador usando a tecnologia HTML5. Isso significa que existem muitas maneiras de publicar seus jogos. Aqui está uma visã...
Согласитесь, что почти каждая игра должна работать на экране любого размера. Это могут быть телефоны с разными размерами экранов, измененный размера окна браузе...
I was looking for a way to drag the screen like we all know it from so many mobile apps and here is one method you can do it. My goals were: 1. Acceleration acc...
This is a short tutorial that will show you how to create a user interface (UI, also known as a heads-up display or HUD) in a single, dedicated layout that carr...