Construct Tutorials
Learn game development and animations with Construct
-
Grid-Based Movement
In this tutorial, I'll explain a simple way to move characters smoothly from one grid location to another. The moving character will require two behaviors: Bull...
-
Bridging JS and C2
C2's Javascript SDK was the only way to run your custom JS codes and reflect the changes in C2. Although it's well documented and relatively easy to learn, I gu...
-
How to CSS Style buttons /sliderbar etc
Here is a capx how to css style form elements. Learn by example. U need this 3rd part plugin to open capx. Or there's an alt2 capx whitout thr 3rd part plugin (...
-
Overlay object with HTML
A quick and dirty way to add an HTML element to your game. We'll be using the browser plugin & the button plugin for this example. -Give the button an id of my_...
-
-
Properly Encapsulating A Project
This is my first tutorial, so there might be some screw ups in here regarding hyperlinks, so my apologies. So yea, from what I could tell I didn't see anything...
-
Ceiling walk
In this quick tutorial, you will learn an easy way to make your character walk on ceiling like a ninja (!) using the platform behavior. I invite you to download...
-
Snake Game
An example of the classic snake game. Uses r167.2. Examine .Capx. Uses arrays. Some notes included. In response to. This forum post.
-
Pixel-perfect collision with bullets
This is a short tutorial on how to create pixel-perfect collisons with bullets. I will share my experience too about how its best to make it work. The idea is b...