Construct supports writing Javascript code in both script files and event sheets. If you're new to the Javascript programming language, consider taking the Lear...
Is there a universal way to find the center of the screen, e.G. Horizontally to display a button? There's a button with options: Button.Width = 400; Button.Heig...
I am using the Sound Synthesis scripting example. In the example, each buffer plays the sound for a fixed amount of time. I want the option to stop it early. Is...
Tell me, how can I change the userAgent when opening a site in iframe? It is very necessary to add specialized information for processing on the server side. Pr...
I'm just starting to learn Construct and using scripting. I want to make a 2d grid-based puzzle game. Can anyone show me how to create instances of a sprite and...
I can't find a way to set a Sprite's Solid behavior state (enabled on/off) from scripts. I had to create a helper function in an Event Sheet to set the Solid be...
Let's see how to add background image to a video in camera with Mediapipe and Construct 3 scripting. By the end of this video, you will be able to. 1. Integrate...
By the end of this video, you will be able to. 1. Train and create image models in Teachable Machine. 2. Integrate Teachable Machine into Construct 3. 3. Create...
Let's see how to setup charts in Construct 3 with Chartjs. Setting up leaderboards table is a common thing in the games but do you ever try representing the dat...
I know how to convert instances to/from JSON using event sheets - using the expression Object.AsJSON and the action Set from JSON string . Is there a way to do...