Construct Tutorials
Learn game development and animations with Construct
-
Multiplayer tutorial 2: chat room
This tutorial assumes you have already read Multiplayer tutorial 1: Concepts . The easiest introduction to the multiplayer object in Construct is a simple chat...
-
Top-Down Scrolling Background
This tutorial assumes that you have read Ashley's tutorial titled "Beginner's Guide to Construct 2". This tutorial explains how to make a top-down scrolling bac...
-
How to make Asteroids.
So this is a 1 hour video showing you how to recreate the classic game of Asteroids within Construct 2. This tutorial assumes you have little to no knowledge of...
-
How to make Pong
So this is a 50 minute video showing you how to recreate the classic game of Pong within Construct 2. This tutorial assumes you have little to no knowledge of C...
-
只能输入一个0~9的数字的TextBox
你有没有试过用Construct 2来制作一个全功能的Web应用呢?如果确实如此的话,你可能会发现这并不是你想象中的那么简单。由于Construct 2是一个被用来设计游戏的软件,它对科学地管理数据并没有提供很多的功能。但它提供了图像、动画和其他各种功能……. 但这也并不是无法做到的。你应该知道有一个简洁的方法,来获得...
-
Lightning-fast raycasting!
Raycasting is the process of drawing a line from some point to measure the distance to the nearest solid. It has a huge number of uses, with beams and lasers be...
-
如何进行游戏存储(How to make savegames)
Construct 2可以非常简便的实现游戏存档。通过一些操作,你可以实现让玩家 存储游戏 , 并在之后再回到游戏时 继续上次的进度 。这对于比较长的游戏非常重要,尤其是有些时候关卡本身就很长,存档就显得格外重要了。其实通过 WebStorage 就可以很容易的实现“关卡跳转”功能。但这个用跳转关还可以,却很难实现关卡...
-
-
Magic Carpet Ride (Almost!)
I wanted to figure out how to simulate a magical flying carpet for my next game, and here's a trick I learned using the Pulse effect in Construct 2. First off,...