Construct Tutorials
Learn game development and animations with Construct
-
The drag and drop object Sprite
First we create a Sprite, so we can add the mouse event. Now let's create more sprites with the same size for to create a magnetic effect or drop over a specifi...
-
Multiplayer tutorial 3: Pong
Al ver este tutoríal asumes que ya has leído tanto Multiplayer tutorial 1: Concepts y Multiplayer tutorial 2: Chat room . El primer tutorial cubre la teoría ace...
-
Use custom fonts in iOS Phonegap build
When you're using custom fonts in your project, then exporting it with phonegap and building it with Xcode for iOS you may find that you dont see your custom fo...
-
-
-
Skip Long Intro/Title on the Same Layout
First thing you will need to do is insert a Global Variable. Name it skipIntro and set the number to 0. On the top of your code, add the following: The images t...
-
How To Handle Multidimensional Arrays
Not a big fan of instance variables? Do you like to use arrays and to create complex data? It’s you’re lucky day since I’m going to teach you how to use multidi...
-
-