Construct Tutorials
Learn game development and animations with Construct
-
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...
-
Sprite Particle Effects
I'm here to show how to make nice particle effects easily. This is one of the easiest ways to do particle effects I know, beginner which have bit guts can (prob...
-
The 5th Dimension - Using Variables
I can't imagine anyone creating a game without variables. They're so important to governing the reality that your creating when you make a game. I hope to expan...
-
Facebook share button (PHP)
Sorry for my bad English and grammar. How to make a Facebook share button for your Construct 2 games; What you need: 1. You need a website that runs PHP. 2. You...
-
-
Give your Plat former Enemies AI
Here's a sample of how I gave my enemies (Agent Sprite) AI to chase the player (Ninja Sprite) and attack the Ninja. I give the Agent Sprite a Boolean variable c...
-
Add Google Analytics to your apps
While all of this information is available through the other tutorials and forum comments I wasn't able to find a single document putting it all together the wa...