Construct Tutorials
Learn game development and animations with Construct
-
a missile example
It uses bullet behavior, tween, and particle to simulate missile shot, you can test with it.
-
how to make a player punch in a animation
Add player to imagepoint and name it a.B and set the image points to the animation. Sprite. Make a sprite with name a.B. Coding. Go to seting.Every x . 0.1 foll...
-
how to make a visible counter
First, add a global number variable. Next, add a sprite font. And then, add an event, add a condition, and then add an action, choose the sprite font, put "set...
-
-
-
How to Insert a Background
1. Right-click and click the "Insert New Object". 2.Scroll down to go to tiled background. 3. Now start drawing what you want your background to be.\. Thank you...
-
How to destroy your game floor per pixel
You're searching for a solution for a destroyable Floor? Then your exactly Right here ! I'll show you how you can get a destroyable Object for your game like in...
-
-