Construct Tutorials
Learn game development and animations with Construct
-
How to make a mobile app for your games
If you have some cash in your hand, and you like to make your games global and known professionally , you can make a mobile app for it by an easy fast way. Firs...
-
-
Hiding the Address on Mobile Browsers
I thought I post up these examples on hiding the address bar since there's NOT a lot on the forum or tutorials to help cover this. I tested these and they work...
-
TextBox: Special Configurations
Let's presume that you want to create a very special textbox in order to create, for instance, a character sheet for a role playing game. So that we'll start wi...
-
-
Weather Effects
Start creating a Sprite or a Tiled Object with the same width as your SCREEN SIZE and in a separated layer. I'v name this object Tempo (time). Put the layer par...
-
Animated Tiles [ no plugins]
Yes, you hear me right! The main trick is a right name for your pic that you want to load. I make it like "icon-0" "icon-1" "icon-2".
-
-
A Simple go to Layout trick with Family
This tutorial is for a simple go to layout trick that can help cuts down on having too many events specifying which layout to go to. 1) Create an a text object....