Behavior reference

This section provides a reference of all the official behaviors that come with Construct. Each has an overview of its use, a list of its properties, and a detailed list of the actions, conditions and expressions specific to that behavior. Behaviors add their actions, conditions and expressions to the object they are added to, appearing alongside the object's own features in the Add condition/action dialog and Expressions dictionary.

Behaviors can be added and removed from objects via the Properties Bar.

Custom controls

By default, user-controlled movement behaviors use a standard set of controls (usually based around the arrow keys). To change these, disable the Default controls property, and set up some events using the Simulate control action. The following events show how to use the W, A and D keys to control the Platform movement.

Events to customise controls for the Platform behavior

The Simulate control action does not have to be used with keyboard input. For example, it can be used with touch input to create on-screen touch controls, or with Gamepad input. Alternatively, you can set up events to automatically control objects with the Simulate control action. This allows you to set up computer-controlled enemies or non-player characters (NPCs), sometimes loosely referred to as "AI".

Construct 3 Manual 2022-07-18

On this page