Construct Tutorials
Learn game development and animations with Construct
-
-
How to game art #2 – Drawing game assets
This is the second episode of How to game art. In the previous game art tutorial, I talked about techniques you can use to maintain precise silhouettes for your...
-
How to make Jump Effect for Hyper Space
I have been asked by one person that if I could help him make a spaceship jumping hyperspace effect. He was prepared to pay me as well. I am sorry god has given...
-
Learn Numbers
Nursery school teacher asked me if I could give her code or instruction how to create number counting. Where her child can click on any number on PC, Tablets, a...
-
-
-
-
Scrolling Background
I know there are some tutorials on scrolling backgrounds but in the end I decided to use the way that I did when I was using App inventor. I use 2 images both s...
-
Lerp (simple example)
Lerp is a math function to find a percentage value between point(a) and point(b). It has many use's. I have attached a simple capx to demonstrate 1 example. The...