Skip to Main Content
Construct 3 suggestions 21H2 - ARCHIVED

This suggestions platform is now closed and will no longer be monitored.

Please refer to this forum post for details on the latest suggestion platform.

ADD A NEW IDEA

FILTER BY CATEGORY

Scripting

Showing 13 of 459
3 VOTE

Support for other code editors

With the development of AI programming aids, using a code editor that integrates AI capabilities helps to develop more efficiently. Can the official provide services that directly connect to other general code editors, such as vscode?
Guest 12 days ago in Scripting 0
41 VOTE

Compare Time - Action: "Reset Time" (e.g. if time=4 Then Reset the time, Time=0)

Hi there, I think that this option should be there to enable people to create events which are controlled with time. Currently, you don't have an option to reset the time. When a developer add a Compare Time Event the following action doesn't exis...
Guest over 1 year ago in Scripting 2 Already exists
10 VOTE

Get animation list

Please add a posibility to get the list of animations in a sprite. Why do I need it? For example, I want to select a random animation given a list of all animations: const sprite = runtime.objects.Sprite.getFirstInstance(); const animationL...
Wilson Percival about 1 year ago in Scripting 0
3 VOTE

Event listener when any C3 function is called.

Add the ability to catch C3 function calls that are called via events. An example is shown in the screenshot. It's just that if I want to make it possible for users who are not familiar with scripts to interact through C3 function calls, I need t...
Wilson Percival 9 months ago in Scripting 0
2 VOTE

Get Access UserMedia Video to import other APIs

This idea created when i need to access user media video for tensorflow APIs.On that case i need user media video for background image and convert that video to image data and process to tensorflow APIs (get pose) This is my post when i asking how...
Guest 6 months ago in Scripting 0
6 VOTE

Find and replace feature for strings in the event sheet

Almost all programming tools allow us to find and replace text. Construct has a nice search feature with the shortcut ctrl+f, but it could benefit from the possibility to find and replace strings. Maybe the shortcut for find and replace could be c...
Antti Perälä almost 2 years ago in Scripting 3
3 VOTE

Reset all layers visibility and interactivity action

Right now when the layout is reset, the state of the layers are not reset, and this means adding on every start of layout one by one the state of the layers. An option to "reset layers visibility" and interactivity, will help a lot on the simple t...
Emmanuel Rubio about 1 year ago in Scripting 0
5 VOTE

Access to sprite.scale and sprite.effect.parameter

I have a project where I play around with the scales of sprites. It would be useful to have direct access to a sprite's scale property, right now I make a instance variable where i store and update the scale manually to be able to make comparisons...
Stef almost 2 years ago in Scripting 1 Will not implement
3 VOTE

Changing x and y by an amount instead of setting it to a certain place!

So, you know how you can set X and Y to a certain place? Well, I'm trying to do a project that I want a different thing I want it so when you hit a certain object it will increase or decrease X or Y by a set amount. i have searched every position ...
Guest about 1 year ago in Scripting 0 Already exists
1 VOTE

2D line drawing via javascript

Javascript API to access the drawing canvas from a javascript script to draw 2D lines, eg draw_line(x1, y1, x2, y2).
Guest about 1 year ago in Scripting 0