Skip to Main Content
Construct 3 suggestions 21H2 - ARCHIVED

This suggestions platform is now closed and will be shut down on March 1st 2024.

Please ensure any content you care about is backed up before that date.

Feature requests are now handled on GitHub here: https://github.com/Scirra/Construct-feature-requests

ADD A NEW IDEA

Runtime

Showing 5
56 VOTE

A setting to stop touch/click propagation to layers

There have been several similar ideas posted on the old platform. Please add a setting to layers (and corresponding System actions/conditions), to allow enabling and disabling touch/click propagation. Currently, when adding any UI elements, we nee...
dop2000 almost 3 years ago in Runtime 3 Shipped
28 VOTE

Hierarchy support for tilemaps

Tilemap is the only basic object type which doesn't support hierarchy. I assume the reason why it was omitted was, that syncing properties like angle/width/height may not be possible for tilemaps. If this is the case, these checkboxes may be perma...
dop2000 almost 2 years ago in Runtime 6 Shipped
11 VOTE

Add "Is Effect Enabled" condition

Now that we have a universal Enabled checkbox for all effects (thanks for adding it!), is it possible to add "Is Effect Enabled" condition to all objects? First of all, this will be consistent with many other features which can be enabled/disabled...
dop2000 almost 2 years ago in Runtime 0 Shipped
6 VOTE

Object Templates improvements

Templates have been a brilliant addition to C3 and I'm already using them heavily in my projects. There are a few issues though: Currently it is not possible to check if a template with a certain name exists in the project. The reason why this fea...
dop2000 about 2 years ago in Runtime 0 Shipped
1 VOTE

Add an expression that returns a value from a list by index, like choose(idx, val0, val1, val2, ...) in VB

There is a function in Visual Basic which selects and returns a value from a list of arguments. For example: Set season to Choose(idx, "Spring", "Summer", "Fall", "Winter") Can we have something like this in C3? Of course the "choose" expression a...
dop2000 over 1 year ago in Runtime 1 Shipped