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...
-
-
-