Content tagged tips-and-tricks

Game making tips and tricks! These helpful tips and tricks will help you learn clever ways of making your game better and make your games faster.

Similar Tags

Report Tag

278 usages of this tag
8
This content is deleted
Tutorial
Using project files
15 favourites

Construct allows you to import external files to your project. For more information, see the manual entry on Project Files . This tutorial covers some useful wo...

49
This content is deleted
Tutorial
Touch controls & detecting input method
73 favourites

Often you'll develop a game with a keyboard and a mouse, but these days many devices have a touchscreen with neither a mouse nor a keyboard. If your game can on...

16
This content is deleted
Tutorial
How to "upgrade" an object to a family
23 favourites

It's always good to plan ahead when making a project, and determine when you'll need a family in advance. However it's easy to forget and end up with a large nu...

9
This content is deleted
Tutorial
How to switch to the Construct 3 "Dark Theme"
9 favourites

Different themes are only available to subscribers of Construct 3. The Dark Theme is an officially bundled theme. Here's how to switch: It will prompt you to re...

2
  • 2.8K visits
  • 3.5K views
This content is deleted
Blog Post
Understanding CPU and memory measurements
0 favourites

Construct 2 provides three main expressions for examining performance and memory: Fps , cpuutilisation and ImageMemoryUsage . Windows also provides more perform...

8
This content is deleted
Blog Post
Construct's effect compositor: part 1
3 favourites

One of the cool things you can do in Construct is add multiple effects to an object. For example you can add a Warp effect to distort the object, and then apply...

1
This content is deleted
Tutorial
Introduction to Families for Construct Classic
27 favourites

Families are a way of grouping together objects that have similar attributes or purpose. To illustrate, let's think of the classic game BreakOut. This game invo...

12
This content is deleted
Tutorial
Delta-time and framerate independence
277 favourites

Framerate independent games are games that run at the same speed, no matter the framerate. For example, a game might run at 30 FPS (Frames Per Second) on a slow...

2
This content is deleted
Tutorial
Offline games in Construct 2
114 favourites

Construct 2 games work offline. So long as the game has been downloaded once while online, the user can play the game again after going offline. This is great f...

1
This content is deleted
Tutorial
MouseMoves: 1-to-1 Movement
17 favourites

The mouse is a very useful tool in gaming because of its precise movements. By tracking a sprite to the mouse cursor it can be used in variety of ways. To track...

Similar Tags