Construct 2 Tutorials
Learn game development and coding with Construct 2
-
-
How to move text smoothly
Today I will show you how to move text smoothly from a point to another ! Sorry if you don't understand, i'm French ^^'. Wait tutorial.
-
Screen Resolution for Mobile
This is a tutorial written as the first part of my Mobile Monetization course on Udemy. This tutorial walks through the process I have used on several games to...
-
-
-
How to export Windows Store apps
Windows Store apps are available on both Windows 8+ (for desktop and tablet devices) and Windows Phone 8+. It is recommended to export universal apps, but some...
-
How to export to iOS with Ejecta
Ejecta is an open-source wrapper designed to provide a high-performance way for HTML5 games to run as iOS native apps. In order to test and publish with Ejecta,...
-
Drag the layout (using Scroll To X)
We'll see how to drag to the X axis your Layout / Game Screen with your mouse. DragOn Number = 0 It will determine if we are trying to drag the screen. ClickPos...
-
Easy ways to Code
In C2 there are many ways you can make your work flow fast and easy. Many professional know this and use it there advantage. But what about the beginners? Well...