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 39 of 476
1 VOTE

Input type "Date"

Can we have the option for the input to use the standard "date" type which presents a standard date picker?
Andy Gilbert over 2 years ago in Runtime 0
1 VOTE

Run-time control of timelines through scripts or events.

I would like to be able to adjust keyframe properties at run-time. I would also like to able to add/alter tracks at run-time.
Matthew Currier over 2 years ago in Runtime 0
1 VOTE

stop loop in Array For each

This is a bad design left over from history, which is very inconvenient. It's time to re-designed it. https://www.construct.net/en/forum/construct-2/closed-bugs-22/stop-loop-doesnt-work-array-95648 https://github.com/Scirra/Construct-3-bugs/issues...
Guest over 2 years ago in Runtime 0
1 VOTE

on variable change

Triggered after the 'Set value' action when a variable is changed. It can be used to listen for changes in some variables, which is very effective. For example, updating UI text when a variable is changed without every tick execution.
Guest over 2 years ago in Runtime 0 Will not implement
0 VOTE

delete

.
XHXIAIEIN over 1 year ago in Runtime 0
0 VOTE

Reset all layers/layouts state to project's default

When I want to start a new game after a previous one was loaded, I can clean dictionaries and arrays, reset persisted objects and globals.But layers/layout states cannot be reset. Resetting the global time expression to 0 would also be nice to hav...
Guest over 1 year ago in Runtime 0
0 VOTE

drag the zip of local project into C3 to open the project

Let's be more lazy! I have downloaded a zip file with local project https://github.com/AshleyScirra/CommandAndConstruct I wish I could just drag it into C3 open it without unpacking and open the local project through and select the folder. No, it'...
XHXIAIEIN over 1 year ago in Runtime 0
0 VOTE

Typewritter text and Start timer asynchronous actions

Add the Typewriter text and Start timer actions in the Timer behavior to be asynchronous.
Wilson Percival over 1 year ago in Runtime 0
0 VOTE

*.c3p filename via expression

I often run into a problem. After some minor changes, I save a copy of the project as a separate file, so I export it to the web (HTML 5) and upload it to the server. I'm constantly unsure that when I'm testing an updated version, I'm testing the ...
Wilson Percival almost 2 years ago in Runtime 1 Already exists